Html Css Color HEX #BB884C Tussock

📋 copy color: '#BB884C'

red 187 ◦ green 136 ◦ blue 76

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

Shades of Tussock #BB884C

Tints of Tussock #BB884C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 46.87%
G = 34.09%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB884C (or 0xBB884C) is known color: Tussock. HEX triplet: BB, 88 and 4C. RGB value is (187,136,76). Sum of RGB (Red+Green+Blue) = 187+136+76=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB884C is #4477B3. Grayscale: #909090. Windows color (decimal): -4487092 or 5015739. OLE color: 5015739.

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

Color convert

RGB 187 136 76 -
CMYK 0 0.27 0.59 0.27
HSL 32.43º 0.45% 0.52% -
HSV(B) 32.43º 0.59% 0.73% -
XYZ 30.6 28.69 10.76 -
YUV 144.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 187 136 76 0 0.27 0.59 0.27 32.43 0.45 0.52
Hex BB 88 4C 0 1B 3B 1B 20 2D 34
Octal 273 210 114 0 33 73 33 40 55 64
Binary 10111011 10001000 1001100 0 11011 111011 11011 100000 101101 110100

Color Harmonies of #BB884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB884C

Black with #BB884C

Text Example


Text Example

White with #BB884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB884C; }

 p { color: rgb(187,136,76); }

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

background-color css

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

 a { background-color: rgb(187,136,76); }

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

border-color css

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

 span { border-color: rgb(187,136,76); }

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