Html Css Color HEX #B9934B Tussock

📋 copy color: '#B9934B'

red 185 ◦ green 147 ◦ blue 75

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

Shades of Tussock #B9934B

Tints of Tussock #B9934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 45.45%
G = 36.12%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9934B (or 0xB9934B) is known color: Tussock. HEX triplet: B9, 93 and 4B. RGB value is (185,147,75). Sum of RGB (Red+Green+Blue) = 185+147+75=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9934B is #466CB4. Grayscale: #969696. Windows color (decimal): -4615349 or 4953017. OLE color: 4953017.

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

Color convert

RGB 185 147 75 -
CMYK 0 0.21 0.59 0.27
HSL 39.27º 0.44% 0.51% -
HSV(B) 39.27º 0.59% 0.73% -
XYZ 31.71 31.69 11.1 -
YUV 150.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 185 147 75 0 0.21 0.59 0.27 39.27 0.44 0.51
Hex B9 93 4B 0 15 3B 1B 27 2C 33
Octal 271 223 113 0 25 73 33 47 54 63
Binary 10111001 10010011 1001011 0 10101 111011 11011 100111 101100 110011

Color Harmonies of #B9934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9934B

Black with #B9934B

Text Example


Text Example

White with #B9934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9934B; }

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

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

background-color css

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

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

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

border-color css

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

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

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