Html Css Color HEX #B9864B Tussock

📋 copy color: '#B9864B'

red 185 ◦ green 134 ◦ blue 75

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

Shades of Tussock #B9864B

Tints of Tussock #B9864B

RGB

 RED value IS 185 (72.66% from 255) = 46.95%

 GREEN value IS 134 (52.73% from 255) = 34.01%

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

R = 46.95%
G = 34.01%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9864B (or 0xB9864B) is known color: Tussock. HEX triplet: B9, 86 and 4B. RGB value is (185,134,75). Sum of RGB (Red+Green+Blue) = 185+134+75=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9864B is #4679B4. Grayscale: #8E8E8E. Windows color (decimal): -4618677 or 4949689. OLE color: 4949689.

HSL color Cylindrical-coordinate representation of color #B9864B: hue angle of 32.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9864B is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 134 75 -
CMYK 0 0.28 0.59 0.27
HSL 32.18º 0.44% 0.51% -
HSV(B) 32.18º 0.59% 0.73% -
XYZ 29.8 27.87 10.47 -
YUV 142.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 185 134 75 0 0.28 0.59 0.27 32.18 0.44 0.51
Hex B9 86 4B 0 1C 3B 1B 20 2C 33
Octal 271 206 113 0 34 73 33 40 54 63
Binary 10111001 10000110 1001011 0 11100 111011 11011 100000 101100 110011

Color Harmonies of #B9864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9864B

Black with #B9864B

Text Example


Text Example

White with #B9864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9864B; }

 p { color: rgb(185,134,75); }

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

background-color css

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

 a { background-color: rgb(185,134,75); }

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

border-color css

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

 span { border-color: rgb(185,134,75); }

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