Html Css Color HEX #BB6A3C Bourbon

📋 copy color: '#BB6A3C'

red 187 ◦ green 106 ◦ blue 60

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

Shades of Bourbon #BB6A3C

Tints of Bourbon #BB6A3C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.03%

 BLUE value IS 60 (23.83% from 255) = 17%

R = 52.97%
G = 30.03%
B = 17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB6A3C (or 0xBB6A3C) is known color: Bourbon. HEX triplet: BB, 6A and 3C. RGB value is (187,106,60). Sum of RGB (Red+Green+Blue) = 187+106+60=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6A3C is #4495C3. Grayscale: #7D7D7D. Windows color (decimal): -4494788 or 3959483. OLE color: 3959483.

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

Color convert

RGB 187 106 60 -
CMYK 0 0.43 0.68 0.27
HSL 21.73º 0.51% 0.48% -
HSV(B) 21.73º 0.68% 0.73% -
XYZ 26.46 21.2 6.97 -
YUV 124.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 187 106 60 0 0.43 0.68 0.27 21.73 0.51 0.48
Hex BB 6A 3C 0 2B 44 1B 16 33 30
Octal 273 152 74 0 53 104 33 26 63 60
Binary 10111011 1101010 111100 0 101011 1000100 11011 10110 110011 110000

Color Harmonies of #BB6A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A3C

Black with #BB6A3C

Text Example


Text Example

White with #BB6A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A3C; }

 p { color: rgb(187,106,60); }

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

background-color css

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

 a { background-color: rgb(187,106,60); }

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

border-color css

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

 span { border-color: rgb(187,106,60); }

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