Html Css Color HEX #BB8C4D Tussock

📋 copy color: '#BB8C4D'

red 187 ◦ green 140 ◦ blue 77

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

Shades of Tussock #BB8C4D

Tints of Tussock #BB8C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.06%

R = 46.29%
G = 34.65%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB8C4D (or 0xBB8C4D) is known color: Tussock. HEX triplet: BB, 8C and 4D. RGB value is (187,140,77). Sum of RGB (Red+Green+Blue) = 187+140+77=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C4D is #4473B2. Grayscale: #939393. Windows color (decimal): -4486067 or 5082299. OLE color: 5082299.

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

Color convert

RGB 187 140 77 -
CMYK 0 0.25 0.59 0.27
HSL 34.36º 0.45% 0.52% -
HSV(B) 34.36º 0.59% 0.73% -
XYZ 31.21 29.86 11.14 -
YUV 146.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 187 140 77 0 0.25 0.59 0.27 34.36 0.45 0.52
Hex BB 8C 4D 0 19 3B 1B 22 2D 34
Octal 273 214 115 0 31 73 33 42 55 64
Binary 10111011 10001100 1001101 0 11001 111011 11011 100010 101101 110100

Color Harmonies of #BB8C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C4D

Black with #BB8C4D

Text Example


Text Example

White with #BB8C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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