Html Css Color HEX #BB7045 Bourbon

📋 copy color: '#BB7045'

red 187 ◦ green 112 ◦ blue 69

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

Shades of Bourbon #BB7045

Tints of Bourbon #BB7045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.75%

R = 50.82%
G = 30.43%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB7045 (or 0xBB7045) is known color: Bourbon. HEX triplet: BB, 70 and 45. RGB value is (187,112,69). Sum of RGB (Red+Green+Blue) = 187+112+69=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7045 is #448FBA. Grayscale: #818181. Windows color (decimal): -4493243 or 4550843. OLE color: 4550843.

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

Color convert

RGB 187 112 69 -
CMYK 0 0.40 0.63 0.27
HSL 21.86º 0.46% 0.5% -
HSV(B) 21.86º 0.63% 0.73% -
XYZ 27.36 22.58 8.55 -
YUV 129.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 187 112 69 0 0.40 0.63 0.27 21.86 0.46 0.5
Hex BB 70 45 0 28 3F 1B 16 2E 32
Octal 273 160 105 0 50 77 33 26 56 62
Binary 10111011 1110000 1000101 0 101000 111111 11011 10110 101110 110010

Color Harmonies of #BB7045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7045

Black with #BB7045

Text Example


Text Example

White with #BB7045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7045; }

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

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

background-color css

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

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

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

border-color css

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

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

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