Html Css Color HEX #B5974A Husk

📋 copy color: '#B5974A'

red 181 ◦ green 151 ◦ blue 74

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

Shades of Husk #B5974A

Tints of Husk #B5974A

RGB

 RED value IS 181 (71.09% from 255) = 44.58%

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

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

R = 44.58%
G = 37.19%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5974A (or 0xB5974A) is known color: Husk. HEX triplet: B5, 97 and 4A. RGB value is (181,151,74). Sum of RGB (Red+Green+Blue) = 181+151+74=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B5974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5974A is #4A68B5. Grayscale: #979797. Windows color (decimal): -4876470 or 4888501. OLE color: 4888501.

HSL color Cylindrical-coordinate representation of color #B5974A: hue angle of 43.18º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5974A is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 151 74 -
CMYK 0 0.17 0.59 0.29
HSL 43.18º 0.42% 0.5% -
HSV(B) 43.18º 0.59% 0.71% -
XYZ 31.36 32.45 11.09 -
YUV 151.19 84.44 149.26 -
System Red Green Blue C M Y K H S L
Decimal 181 151 74 0 0.17 0.59 0.29 43.18 0.42 0.5
Hex B5 97 4A 0 11 3B 1D 2B 2A 32
Octal 265 227 112 0 21 73 35 53 52 62
Binary 10110101 10010111 1001010 0 10001 111011 11101 101011 101010 110010

Color Harmonies of #B5974A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5974A

Black with #B5974A

Text Example


Text Example

White with #B5974A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5974A; }

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

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

background-color css

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

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

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

border-color css

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

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

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