Html Css Color HEX #B7974A Husk

📋 copy color: '#B7974A'

red 183 ◦ green 151 ◦ blue 74

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

Shades of Husk #B7974A

Tints of Husk #B7974A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 44.85%
G = 37.01%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7974A (or 0xB7974A) is known color: Husk. HEX triplet: B7, 97 and 4A. RGB value is (183,151,74). Sum of RGB (Red+Green+Blue) = 183+151+74=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7974A is #4868B5. Grayscale: #989898. Windows color (decimal): -4745398 or 4888503. OLE color: 4888503.

HSL color Cylindrical-coordinate representation of color #B7974A: hue angle of 42.39º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7974A is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 151 74 -
CMYK 0 0.17 0.60 0.28
HSL 42.39º 0.43% 0.5% -
HSV(B) 42.39º 0.6% 0.72% -
XYZ 31.83 32.69 11.11 -
YUV 151.79 84.1 150.26 -
System Red Green Blue C M Y K H S L
Decimal 183 151 74 0 0.17 0.60 0.28 42.39 0.43 0.5
Hex B7 97 4A 0 11 3C 1C 2A 2B 32
Octal 267 227 112 0 21 74 34 52 53 62
Binary 10110111 10010111 1001010 0 10001 111100 11100 101010 101011 110010

Color Harmonies of #B7974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7974A

Black with #B7974A

Text Example


Text Example

White with #B7974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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