Html Css Color HEX #B66F40 Bourbon

📋 copy color: '#B66F40'

red 182 ◦ green 111 ◦ blue 64

#B66F40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #B66F40

Tints of Bourbon #B66F40

RGB

 RED value IS 182 (71.48% from 255) = 50.98%

 GREEN value IS 111 (43.75% from 255) = 31.09%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 50.98%
G = 31.09%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B66F40 (or 0xB66F40) is known color: Bourbon. HEX triplet: B6, 6F and 40. RGB value is (182,111,64). Sum of RGB (Red+Green+Blue) = 182+111+64=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66F40 is #4990BF. Grayscale: #7F7F7F. Windows color (decimal): -4821184 or 4222902. OLE color: 4222902.

HSL color Cylindrical-coordinate representation of color #B66F40: hue angle of 23.9º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B66F40 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 111 64 -
CMYK 0 0.39 0.65 0.29
HSL 23.9º 0.48% 0.48% -
HSV(B) 23.9º 0.65% 0.71% -
XYZ 25.9 21.68 7.67 -
YUV 126.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 182 111 64 0 0.39 0.65 0.29 23.9 0.48 0.48
Hex B6 6F 40 0 27 41 1D 18 30 30
Octal 266 157 100 0 47 101 35 30 60 60
Binary 10110110 1101111 1000000 0 100111 1000001 11101 11000 110000 110000

Color Harmonies of #B66F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66F40

Black with #B66F40

Text Example


Text Example

White with #B66F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66F40; }

 p { color: rgb(182,111,64); }

 H1.HeaderClassName
 {
   color: #B66F40;
 }
 .AnyTagClassName
 {
   color: #B66F40;
 }
</style>

background-color css

<style>
 a { background-color: #B66F40; }

 a { background-color: rgb(182,111,64); }

 div.DivClassName
 {
   background-color: #B66F40;
 }
 .BgClassName
 {
   background-color: #B66F40;
 }
</style>

border-color css

<style>
 span { border-color: #B66F40; }

 span { border-color: rgb(182,111,64); }

 td.TdClassName
 {
   border-color: #B66F40;
 }
 .TagClassName
 {
   border-color: #B66F40;
 }
</style>