Html Css Color HEX #B7974F Husk

📋 copy color: '#B7974F'

red 183 ◦ green 151 ◦ blue 79

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

Shades of Husk #B7974F

Tints of Husk #B7974F

RGB

 RED value IS 183 (71.88% from 255) = 44.31%

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

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

R = 44.31%
G = 36.56%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7974F (or 0xB7974F) is known color: Husk. HEX triplet: B7, 97 and 4F. RGB value is (183,151,79). Sum of RGB (Red+Green+Blue) = 183+151+79=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B7974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7974F is #4868B0. Grayscale: #989898. Windows color (decimal): -4745393 or 5216183. OLE color: 5216183.

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

Color convert

RGB 183 151 79 -
CMYK 0 0.17 0.57 0.28
HSL 41.54º 0.42% 0.51% -
HSV(B) 41.54º 0.57% 0.72% -
XYZ 32.01 32.77 12.03 -
YUV 152.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 183 151 79 0 0.17 0.57 0.28 41.54 0.42 0.51
Hex B7 97 4F 0 11 39 1C 2A 2A 33
Octal 267 227 117 0 21 71 34 52 52 63
Binary 10110111 10010111 1001111 0 10001 111001 11100 101010 101010 110011

Color Harmonies of #B7974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7974F

Black with #B7974F

Text Example


Text Example

White with #B7974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7974F; }

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

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

background-color css

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

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

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

border-color css

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

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

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