Html Css Color HEX #B5994B Husk

📋 copy color: '#B5994B'

red 181 ◦ green 153 ◦ blue 75

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

Shades of Husk #B5994B

Tints of Husk #B5994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.41%

 BLUE value IS 75 (29.69% from 255) = 18.34%

R = 44.25%
G = 37.41%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5994B (or 0xB5994B) is known color: Husk. HEX triplet: B5, 99 and 4B. RGB value is (181,153,75). Sum of RGB (Red+Green+Blue) = 181+153+75=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5994B is #4A66B4. Grayscale: #989898. Windows color (decimal): -4875957 or 4954549. OLE color: 4954549.

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

Color convert

RGB 181 153 75 -
CMYK 0 0.15 0.59 0.29
HSL 44.15º 0.42% 0.5% -
HSV(B) 44.15º 0.59% 0.71% -
XYZ 31.72 33.11 11.38 -
YUV 152.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 181 153 75 0 0.15 0.59 0.29 44.15 0.42 0.5
Hex B5 99 4B 0 F 3B 1D 2C 2A 32
Octal 265 231 113 0 17 73 35 54 52 62
Binary 10110101 10011001 1001011 0 1111 111011 11101 101100 101010 110010

Color Harmonies of #B5994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5994B

Black with #B5994B

Text Example


Text Example

White with #B5994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5994B; }

 p { color: rgb(181,153,75); }

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

background-color css

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

 a { background-color: rgb(181,153,75); }

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

border-color css

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

 span { border-color: rgb(181,153,75); }

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