Html Css Color HEX #BB6B3E Bourbon

📋 copy color: '#BB6B3E'

red 187 ◦ green 107 ◦ blue 62

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

Shades of Bourbon #BB6B3E

Tints of Bourbon #BB6B3E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.06%

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

R = 52.53%
G = 30.06%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB6B3E (or 0xBB6B3E) is known color: Bourbon. HEX triplet: BB, 6B and 3E. RGB value is (187,107,62). Sum of RGB (Red+Green+Blue) = 187+107+62=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6B3E is #4494C1. Grayscale: #7E7E7E. Windows color (decimal): -4494530 or 4090811. OLE color: 4090811.

HSL color Cylindrical-coordinate representation of color #BB6B3E: hue angle of 21.6º 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 #BB6B3E is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 107 62 -
CMYK 0 0.43 0.67 0.27
HSL 21.6º 0.5% 0.49% -
HSV(B) 21.6º 0.67% 0.73% -
XYZ 26.62 21.43 7.29 -
YUV 125.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 187 107 62 0 0.43 0.67 0.27 21.6 0.5 0.49
Hex BB 6B 3E 0 2B 43 1B 16 32 31
Octal 273 153 76 0 53 103 33 26 62 61
Binary 10111011 1101011 111110 0 101011 1000011 11011 10110 110010 110001

Color Harmonies of #BB6B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6B3E

Black with #BB6B3E

Text Example


Text Example

White with #BB6B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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