Html Css Color HEX #BB8C49 Tussock

📋 copy color: '#BB8C49'

red 187 ◦ green 140 ◦ blue 73

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

Shades of Tussock #BB8C49

Tints of Tussock #BB8C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.25%

R = 46.75%
G = 35%
B = 18.25%

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

#BB8C49 (or 0xBB8C49) is known color: Tussock. HEX triplet: BB, 8C and 49. RGB value is (187,140,73). Sum of RGB (Red+Green+Blue) = 187+140+73=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8C49 is #4473B6. Grayscale: #929292. Windows color (decimal): -4486071 or 4820155. OLE color: 4820155.

HSL color Cylindrical-coordinate representation of color #BB8C49: hue angle of 35.26º 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 #BB8C49 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 140 73 -
CMYK 0 0.25 0.61 0.27
HSL 35.26º 0.46% 0.51% -
HSV(B) 35.26º 0.61% 0.73% -
XYZ 31.07 29.8 10.42 -
YUV 146.42 86.57 156.95 -
System Red Green Blue C M Y K H S L
Decimal 187 140 73 0 0.25 0.61 0.27 35.26 0.46 0.51
Hex BB 8C 49 0 19 3D 1B 23 2E 33
Octal 273 214 111 0 31 75 33 43 56 63
Binary 10111011 10001100 1001001 0 11001 111101 11011 100011 101110 110011

Color Harmonies of #BB8C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C49

Black with #BB8C49

Text Example


Text Example

White with #BB8C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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