Html Css Color HEX #B5974D Husk

📋 copy color: '#B5974D'

red 181 ◦ green 151 ◦ blue 77

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

Shades of Husk #B5974D

Tints of Husk #B5974D

RGB

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

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

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

R = 44.25%
G = 36.92%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5974D (or 0xB5974D) is known color: Husk. HEX triplet: B5, 97 and 4D. RGB value is (181,151,77). Sum of RGB (Red+Green+Blue) = 181+151+77=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5974D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5974D is #4A68B2. Grayscale: #979797. Windows color (decimal): -4876467 or 5085109. OLE color: 5085109.

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

Color convert

RGB 181 151 77 -
CMYK 0 0.17 0.57 0.29
HSL 42.69º 0.41% 0.51% -
HSV(B) 42.69º 0.57% 0.71% -
XYZ 31.46 32.49 11.63 -
YUV 151.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 181 151 77 0 0.17 0.57 0.29 42.69 0.41 0.51
Hex B5 97 4D 0 11 39 1D 2B 29 33
Octal 265 227 115 0 21 71 35 53 51 63
Binary 10110101 10010111 1001101 0 10001 111001 11101 101011 101001 110011

Color Harmonies of #B5974D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5974D

Black with #B5974D

Text Example


Text Example

White with #B5974D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5974D; }

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

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

background-color css

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

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

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

border-color css

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

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

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