Color Hex Logo

#bf631e Color Hex

#BF631E
(191,99,30)
0 Favorites   0 Comments

Color spaces of #bf631e

RGB 1919930
HSL0.070.730.43
HSV26°84°75°
CMYK 0.000.480.84   0.25
XYZ26.182020.09383.7268
Yxy20.09380.52360.4019
Hunter Lab44.826125.812526.4490
CIE-Lab51.943132.472352.2068

#bf631e color RGB value is (191,99,30).

#bf631e hex color red value is 191, green value is 99 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bf631e hue: 0.07 , saturation: 0.73 and the lightness value of bf631e is 0.43.

The process color (four color CMYK) of #bf631e color hex is 0.00, 0.48, 0.84, 0.25. Web safe color of #bf631e is #cc6633. Color #bf631e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100011 00011110
Octal 277 143 36
Decimal 191 99 30
Hex BF 63 1E

RGB Percentages of Color #bf631e

%59.69
%30.94
%9.38

CMYK Percentages of Color #bf631e

%0
%48
%84
%25

Triadic Colors of #bf631e

#bf631e #1ebf63 #631ebf

Analogous Colors of #bf631e

#bf631e #bfb41e #bf1e29

Monochromatic Colors of #bf631e

#bf631e

Complementary Color

#bf631e #1e7abf

#bf631e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf631e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf631e Color CSS Codes

.mybgcolor {background-color:#bf631e; } 
.myforecolor {color:#bf631e; }
.mybordercolor {border:3px solid #bf631e; }

#bf631e Text Font Color

<p style="color:#bf631e">Text here</p>

This sample text font color is #bf631e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bf631e Background Color

<div style="background-color:#bf631e">
Div content here</div>

This div background color is #bf631e


#bf631e Border Color

<div style="border:3px solid #bf631e">
Div here</div>

This div border color is #bf631e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,99,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bf631e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bf631e;
  -webkit-box-shadow: 1px 1px 3px 2px #bf631e;
  box-shadow:         1px 1px 3px 2px #bf631e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,99,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bf631e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bf631e;
  -webkit-box-shadow: 1px 1px 3px 2px #bf631e;
  box-shadow:         1px 1px 3px 2px #bf631e;">
Div content here</div>

This div box has shadow with color #bf631e


Comments

No comments written yet.

Please login to write comment.