Html Css Color HEX #BB8F4C Tussock

📋 copy color: '#BB8F4C'

red 187 ◦ green 143 ◦ blue 76

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

Shades of Tussock #BB8F4C

Tints of Tussock #BB8F4C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.22%

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

R = 46.06%
G = 35.22%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB8F4C (or 0xBB8F4C) is known color: Tussock. HEX triplet: BB, 8F and 4C. RGB value is (187,143,76). Sum of RGB (Red+Green+Blue) = 187+143+76=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F4C is #4470B3. Grayscale: #949494. Windows color (decimal): -4485300 or 5017531. OLE color: 5017531.

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

Color convert

RGB 187 143 76 -
CMYK 0 0.24 0.59 0.27
HSL 36.22º 0.45% 0.52% -
HSV(B) 36.22º 0.59% 0.73% -
XYZ 31.62 30.73 11.1 -
YUV 148.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 187 143 76 0 0.24 0.59 0.27 36.22 0.45 0.52
Hex BB 8F 4C 0 18 3B 1B 24 2D 34
Octal 273 217 114 0 30 73 33 44 55 64
Binary 10111011 10001111 1001100 0 11000 111011 11011 100100 101101 110100

Color Harmonies of #BB8F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8F4C

Black with #BB8F4C

Text Example


Text Example

White with #BB8F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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