Html Css Color HEX #BB954B Tussock

📋 copy color: '#BB954B'

red 187 ◦ green 149 ◦ blue 75

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

Shades of Tussock #BB954B

Tints of Tussock #BB954B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.25%

R = 45.5%
G = 36.25%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB954B (or 0xBB954B) is known color: Tussock. HEX triplet: BB, 95 and 4B. RGB value is (187,149,75). Sum of RGB (Red+Green+Blue) = 187+149+75=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB954B is #446AB4. Grayscale: #989898. Windows color (decimal): -4483765 or 4953531. OLE color: 4953531.

HSL color Cylindrical-coordinate representation of color #BB954B: hue angle of 39.64º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB954B is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 149 75 -
CMYK 0 0.20 0.60 0.27
HSL 39.64º 0.45% 0.51% -
HSV(B) 39.64º 0.6% 0.73% -
XYZ 32.51 32.57 11.23 -
YUV 151.93 84.59 153.02 -
System Red Green Blue C M Y K H S L
Decimal 187 149 75 0 0.20 0.60 0.27 39.64 0.45 0.51
Hex BB 95 4B 0 14 3C 1B 28 2D 33
Octal 273 225 113 0 24 74 33 50 55 63
Binary 10111011 10010101 1001011 0 10100 111100 11011 101000 101101 110011

Color Harmonies of #BB954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB954B

Black with #BB954B

Text Example


Text Example

White with #BB954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB954B; }

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

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

background-color css

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

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

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

border-color css

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

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

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