Html Css Color HEX #B9974C Husk

📋 copy color: '#B9974C'

red 185 ◦ green 151 ◦ blue 76

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

Shades of Husk #B9974C

Tints of Husk #B9974C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

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

R = 44.9%
G = 36.65%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9974C (or 0xB9974C) is known color: Husk. HEX triplet: B9, 97 and 4C. RGB value is (185,151,76). Sum of RGB (Red+Green+Blue) = 185+151+76=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9974C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9974C is #4668B3. Grayscale: #989898. Windows color (decimal): -4614324 or 5019577. OLE color: 5019577.

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

Color convert

RGB 185 151 76 -
CMYK 0 0.18 0.59 0.27
HSL 41.28º 0.44% 0.51% -
HSV(B) 41.28º 0.59% 0.73% -
XYZ 32.38 32.97 11.49 -
YUV 152.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 185 151 76 0 0.18 0.59 0.27 41.28 0.44 0.51
Hex B9 97 4C 0 12 3B 1B 29 2C 33
Octal 271 227 114 0 22 73 33 51 54 63
Binary 10111001 10010111 1001100 0 10010 111011 11011 101001 101100 110011

Color Harmonies of #B9974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9974C

Black with #B9974C

Text Example


Text Example

White with #B9974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9974C; }

 p { color: rgb(185,151,76); }

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

background-color css

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

 a { background-color: rgb(185,151,76); }

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

border-color css

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

 span { border-color: rgb(185,151,76); }

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