Html Css Color HEX #BB8C48 Tussock

📋 copy color: '#BB8C48'

red 187 ◦ green 140 ◦ blue 72

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

Shades of Tussock #BB8C48

Tints of Tussock #BB8C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 72 (28.52% from 255) = 18.05%

R = 46.87%
G = 35.09%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB8C48 (or 0xBB8C48) is known color: Tussock. HEX triplet: BB, 8C and 48. RGB value is (187,140,72). Sum of RGB (Red+Green+Blue) = 187+140+72=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C48 is #4473B7. Grayscale: #929292. Windows color (decimal): -4486072 or 4754619. OLE color: 4754619.

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

Color convert

RGB 187 140 72 -
CMYK 0 0.25 0.61 0.27
HSL 35.48º 0.46% 0.51% -
HSV(B) 35.48º 0.61% 0.73% -
XYZ 31.04 29.79 10.24 -
YUV 146.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 187 140 72 0 0.25 0.61 0.27 35.48 0.46 0.51
Hex BB 8C 48 0 19 3D 1B 23 2E 33
Octal 273 214 110 0 31 75 33 43 56 63
Binary 10111011 10001100 1001000 0 11001 111101 11011 100011 101110 110011

Color Harmonies of #BB8C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C48

Black with #BB8C48

Text Example


Text Example

White with #BB8C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C48; }

 p { color: rgb(187,140,72); }

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

background-color css

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

 a { background-color: rgb(187,140,72); }

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

border-color css

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

 span { border-color: rgb(187,140,72); }

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