Html Css Color HEX #B5964D Husk

📋 copy color: '#B5964D'

red 181 ◦ green 150 ◦ blue 77

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

Shades of Husk #B5964D

Tints of Husk #B5964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

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

R = 44.36%
G = 36.76%
B = 18.87%

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

#B5964D (or 0xB5964D) is known color: Husk. HEX triplet: B5, 96 and 4D. RGB value is (181,150,77). Sum of RGB (Red+Green+Blue) = 181+150+77=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5964D is #4A69B2. Grayscale: #979797. Windows color (decimal): -4876723 or 5084853. OLE color: 5084853.

HSL color Cylindrical-coordinate representation of color #B5964D: hue angle of 42.12º 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 #B5964D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 150 77 -
CMYK 0 0.17 0.57 0.29
HSL 42.12º 0.41% 0.51% -
HSV(B) 42.12º 0.57% 0.71% -
XYZ 31.3 32.17 11.58 -
YUV 150.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 181 150 77 0 0.17 0.57 0.29 42.12 0.41 0.51
Hex B5 96 4D 0 11 39 1D 2A 29 33
Octal 265 226 115 0 21 71 35 52 51 63
Binary 10110101 10010110 1001101 0 10001 111001 11101 101010 101001 110011

Color Harmonies of #B5964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5964D

Black with #B5964D

Text Example


Text Example

White with #B5964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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