Html Css Color HEX #BB6942 Bourbon

📋 copy color: '#BB6942'

red 187 ◦ green 105 ◦ blue 66

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

Shades of Bourbon #BB6942

Tints of Bourbon #BB6942

RGB

 RED value IS 187 (73.44% from 255) = 52.23%

 GREEN value IS 105 (41.41% from 255) = 29.33%

 BLUE value IS 66 (26.17% from 255) = 18.44%

R = 52.23%
G = 29.33%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB6942 (or 0xBB6942) is known color: Bourbon. HEX triplet: BB, 69 and 42. RGB value is (187,105,66). Sum of RGB (Red+Green+Blue) = 187+105+66=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6942 is #4496BD. Grayscale: #7D7D7D. Windows color (decimal): -4495038 or 4352443. OLE color: 4352443.

HSL color Cylindrical-coordinate representation of color #BB6942: hue angle of 19.34º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB6942 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 66 -
CMYK 0 0.44 0.65 0.27
HSL 19.34º 0.48% 0.5% -
HSV(B) 19.34º 0.65% 0.73% -
XYZ 26.53 21.06 7.82 -
YUV 125.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 187 105 66 0 0.44 0.65 0.27 19.34 0.48 0.5
Hex BB 69 42 0 2C 41 1B 13 30 32
Octal 273 151 102 0 54 101 33 23 60 62
Binary 10111011 1101001 1000010 0 101100 1000001 11011 10011 110000 110010

Color Harmonies of #BB6942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6942

Black with #BB6942

Text Example


Text Example

White with #BB6942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6942; }

 p { color: rgb(187,105,66); }

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

background-color css

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

 a { background-color: rgb(187,105,66); }

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

border-color css

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

 span { border-color: rgb(187,105,66); }

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