Html Css Color HEX #BB954C Tussock

📋 copy color: '#BB954C'

red 187 ◦ green 149 ◦ blue 76

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

Shades of Tussock #BB954C

Tints of Tussock #BB954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.17%

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

R = 45.39%
G = 36.17%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB954C (or 0xBB954C) is known color: Tussock. HEX triplet: BB, 95 and 4C. RGB value is (187,149,76). Sum of RGB (Red+Green+Blue) = 187+149+76=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB954C is #446AB3. Grayscale: #989898. Windows color (decimal): -4483764 or 5019067. OLE color: 5019067.

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

Color convert

RGB 187 149 76 -
CMYK 0 0.20 0.59 0.27
HSL 39.46º 0.45% 0.52% -
HSV(B) 39.46º 0.59% 0.73% -
XYZ 32.55 32.58 11.41 -
YUV 152.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 187 149 76 0 0.20 0.59 0.27 39.46 0.45 0.52
Hex BB 95 4C 0 14 3B 1B 27 2D 34
Octal 273 225 114 0 24 73 33 47 55 64
Binary 10111011 10010101 1001100 0 10100 111011 11011 100111 101101 110100

Color Harmonies of #BB954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB954C

Black with #BB954C

Text Example


Text Example

White with #BB954C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB954C; }

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

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

background-color css

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

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

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

border-color css

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

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

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