Color Hex Logo

#bf6733 Color Hex

#BF6733
(191,103,51)
0 Favorites   0 Comments

Color spaces of #bf6733

RGB 19110351
HSL0.060.580.47
HSV22°73°75°
CMYK 0.000.460.73   0.25
XYZ26.933621.01595.7689
Yxy21.01590.50140.3912
Hunter Lab45.843124.646324.6291
CIE-Lab52.966931.143243.7910

#bf6733 color RGB value is (191,103,51).

#bf6733 hex color red value is 191, green value is 103 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bf6733 hue: 0.06 , saturation: 0.58 and the lightness value of bf6733 is 0.47.

The process color (four color CMYK) of #bf6733 color hex is 0.00, 0.46, 0.73, 0.25. Web safe color of #bf6733 is #cc6633. Color #bf6733 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100111 00110011
Octal 277 147 63
Decimal 191 103 51
Hex BF 67 33

RGB Percentages of Color #bf6733

%55.36
%29.86
%14.78

CMYK Percentages of Color #bf6733

%0
%46
%73
%25

Triadic Colors of #bf6733

#bf6733 #33bf67 #6733bf

Analogous Colors of #bf6733

#bf6733 #bfad33 #bf3345

Monochromatic Colors of #bf6733

#bf6733

Complementary Color

#bf6733 #338bbf

#bf6733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6733 Color CSS Codes

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

#bf6733 Text Font Color

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

This sample text font color is #bf6733
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.


#bf6733 Background Color

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

This div background color is #bf6733


#bf6733 Border Color

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

This div border color is #bf6733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6733


Comments

No comments written yet.

Please login to write comment.