Html Css Color HEX #BB7047 Bourbon

📋 copy color: '#BB7047'

red 187 ◦ green 112 ◦ blue 71

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

Shades of Bourbon #BB7047

Tints of Bourbon #BB7047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.27%

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 50.54%
G = 30.27%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB7047 (or 0xBB7047) is known color: Bourbon. HEX triplet: BB, 70 and 47. RGB value is (187,112,71). Sum of RGB (Red+Green+Blue) = 187+112+71=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7047 is #448FB8. Grayscale: #818181. Windows color (decimal): -4493241 or 4681915. OLE color: 4681915.

HSL color Cylindrical-coordinate representation of color #BB7047: hue angle of 21.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB7047 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 71 -
CMYK 0 0.40 0.62 0.27
HSL 21.21º 0.46% 0.51% -
HSV(B) 21.21º 0.62% 0.73% -
XYZ 27.43 22.61 8.88 -
YUV 129.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 187 112 71 0 0.40 0.62 0.27 21.21 0.46 0.51
Hex BB 70 47 0 28 3E 1B 15 2E 33
Octal 273 160 107 0 50 76 33 25 56 63
Binary 10111011 1110000 1000111 0 101000 111110 11011 10101 101110 110011

Color Harmonies of #BB7047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7047

Black with #BB7047

Text Example


Text Example

White with #BB7047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7047; }

 p { color: rgb(187,112,71); }

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

background-color css

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

 a { background-color: rgb(187,112,71); }

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

border-color css

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

 span { border-color: rgb(187,112,71); }

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