Html Css Color HEX #B9974D Husk

📋 copy color: '#B9974D'

red 185 ◦ green 151 ◦ blue 77

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

Shades of Husk #B9974D

Tints of Husk #B9974D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.64%

R = 44.79%
G = 36.56%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9974D (or 0xB9974D) is known color: Husk. HEX triplet: B9, 97 and 4D. RGB value is (185,151,77). Sum of RGB (Red+Green+Blue) = 185+151+77=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9974D is #4668B2. Grayscale: #999999. Windows color (decimal): -4614323 or 5085113. OLE color: 5085113.

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

Color convert

RGB 185 151 77 -
CMYK 0 0.18 0.58 0.27
HSL 41.11º 0.44% 0.51% -
HSV(B) 41.11º 0.58% 0.73% -
XYZ 32.41 32.98 11.68 -
YUV 152.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 185 151 77 0 0.18 0.58 0.27 41.11 0.44 0.51
Hex B9 97 4D 0 12 3A 1B 29 2C 33
Octal 271 227 115 0 22 72 33 51 54 63
Binary 10111001 10010111 1001101 0 10010 111010 11011 101001 101100 110011

Color Harmonies of #B9974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9974D

Black with #B9974D

Text Example


Text Example

White with #B9974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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