Html Css Color HEX #BB6D3E Bourbon

📋 copy color: '#BB6D3E'

red 187 ◦ green 109 ◦ blue 62

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

Shades of Bourbon #BB6D3E

Tints of Bourbon #BB6D3E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

 BLUE value IS 62 (24.61% from 255) = 17.32%

R = 52.23%
G = 30.45%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB6D3E (or 0xBB6D3E) is known color: Bourbon. HEX triplet: BB, 6D and 3E. RGB value is (187,109,62). Sum of RGB (Red+Green+Blue) = 187+109+62=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6D3E is #4492C1. Grayscale: #7F7F7F. Windows color (decimal): -4494018 or 4091323. OLE color: 4091323.

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

Color convert

RGB 187 109 62 -
CMYK 0 0.42 0.67 0.27
HSL 22.56º 0.5% 0.49% -
HSV(B) 22.56º 0.67% 0.73% -
XYZ 26.83 21.85 7.36 -
YUV 126.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 187 109 62 0 0.42 0.67 0.27 22.56 0.5 0.49
Hex BB 6D 3E 0 2A 43 1B 17 32 31
Octal 273 155 76 0 52 103 33 27 62 61
Binary 10111011 1101101 111110 0 101010 1000011 11011 10111 110010 110001

Color Harmonies of #BB6D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6D3E

Black with #BB6D3E

Text Example


Text Example

White with #BB6D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6D3E; }

 p { color: rgb(187,109,62); }

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

background-color css

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

 a { background-color: rgb(187,109,62); }

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

border-color css

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

 span { border-color: rgb(187,109,62); }

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