Html Css Color HEX #B8974F Husk

📋 copy color: '#B8974F'

red 184 ◦ green 151 ◦ blue 79

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

Shades of Husk #B8974F

Tints of Husk #B8974F

RGB

 RED value IS 184 (72.27% from 255) = 44.44%

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

 BLUE value IS 79 (31.25% from 255) = 19.08%

R = 44.44%
G = 36.47%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B8974F (or 0xB8974F) is known color: Husk. HEX triplet: B8, 97 and 4F. RGB value is (184,151,79). Sum of RGB (Red+Green+Blue) = 184+151+79=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8974F is #4768B0. Grayscale: #989898. Windows color (decimal): -4679857 or 5216184. OLE color: 5216184.

HSL color Cylindrical-coordinate representation of color #B8974F: hue angle of 41.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8974F is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 151 79 -
CMYK 0 0.18 0.57 0.28
HSL 41.14º 0.43% 0.52% -
HSV(B) 41.14º 0.57% 0.72% -
XYZ 32.25 32.89 12.05 -
YUV 152.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 184 151 79 0 0.18 0.57 0.28 41.14 0.43 0.52
Hex B8 97 4F 0 12 39 1C 29 2B 34
Octal 270 227 117 0 22 71 34 51 53 64
Binary 10111000 10010111 1001111 0 10010 111001 11100 101001 101011 110100

Color Harmonies of #B8974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8974F

Black with #B8974F

Text Example


Text Example

White with #B8974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8974F; }

 p { color: rgb(184,151,79); }

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

background-color css

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

 a { background-color: rgb(184,151,79); }

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

border-color css

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

 span { border-color: rgb(184,151,79); }

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