Html Css Color HEX #BB964A Tussock

📋 copy color: '#BB964A'

red 187 ◦ green 150 ◦ blue 74

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

Shades of Tussock #BB964A

Tints of Tussock #BB964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.5%

 BLUE value IS 74 (29.3% from 255) = 18%

R = 45.5%
G = 36.5%
B = 18%

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

#BB964A (or 0xBB964A) is known color: Tussock. HEX triplet: BB, 96 and 4A. RGB value is (187,150,74). Sum of RGB (Red+Green+Blue) = 187+150+74=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB964A is #4469B5. Grayscale: #989898. Windows color (decimal): -4483510 or 4888251. OLE color: 4888251.

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

Color convert

RGB 187 150 74 -
CMYK 0 0.20 0.60 0.27
HSL 40.35º 0.45% 0.51% -
HSV(B) 40.35º 0.6% 0.73% -
XYZ 32.64 32.87 11.1 -
YUV 152.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 187 150 74 0 0.20 0.60 0.27 40.35 0.45 0.51
Hex BB 96 4A 0 14 3C 1B 28 2D 33
Octal 273 226 112 0 24 74 33 50 55 63
Binary 10111011 10010110 1001010 0 10100 111100 11011 101000 101101 110011

Color Harmonies of #BB964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB964A

Black with #BB964A

Text Example


Text Example

White with #BB964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB964A; }

 p { color: rgb(187,150,74); }

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

background-color css

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

 a { background-color: rgb(187,150,74); }

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

border-color css

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

 span { border-color: rgb(187,150,74); }

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