Html Css Color HEX #BB6841 Bourbon

📋 copy color: '#BB6841'

red 187 ◦ green 104 ◦ blue 65

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

Shades of Bourbon #BB6841

Tints of Bourbon #BB6841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.21%

 BLUE value IS 65 (25.78% from 255) = 18.26%

R = 52.53%
G = 29.21%
B = 18.26%

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

#BB6841 (or 0xBB6841) is known color: Bourbon. HEX triplet: BB, 68 and 41. RGB value is (187,104,65). Sum of RGB (Red+Green+Blue) = 187+104+65=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6841 is #4497BE. Grayscale: #7C7C7C. Windows color (decimal): -4495295 or 4286651. OLE color: 4286651.

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

Color convert

RGB 187 104 65 -
CMYK 0 0.44 0.65 0.27
HSL 19.18º 0.48% 0.49% -
HSV(B) 19.18º 0.65% 0.73% -
XYZ 26.4 20.85 7.63 -
YUV 124.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 187 104 65 0 0.44 0.65 0.27 19.18 0.48 0.49
Hex BB 68 41 0 2C 41 1B 13 30 31
Octal 273 150 101 0 54 101 33 23 60 61
Binary 10111011 1101000 1000001 0 101100 1000001 11011 10011 110000 110001

Color Harmonies of #BB6841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6841

Black with #BB6841

Text Example


Text Example

White with #BB6841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6841; }

 p { color: rgb(187,104,65); }

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

background-color css

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

 a { background-color: rgb(187,104,65); }

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

border-color css

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

 span { border-color: rgb(187,104,65); }

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