Html Css Color HEX #B5994F Husk

📋 copy color: '#B5994F'

red 181 ◦ green 153 ◦ blue 79

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

Shades of Husk #B5994F

Tints of Husk #B5994F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 43.83%
G = 37.05%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B5994F (or 0xB5994F) is known color: Husk. HEX triplet: B5, 99 and 4F. RGB value is (181,153,79). Sum of RGB (Red+Green+Blue) = 181+153+79=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B5994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5994F is #4A66B0. Grayscale: #999999. Windows color (decimal): -4875953 or 5216693. OLE color: 5216693.

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

Color convert

RGB 181 153 79 -
CMYK 0 0.15 0.56 0.29
HSL 43.53º 0.41% 0.51% -
HSV(B) 43.53º 0.56% 0.71% -
XYZ 31.86 33.17 12.12 -
YUV 152.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 181 153 79 0 0.15 0.56 0.29 43.53 0.41 0.51
Hex B5 99 4F 0 F 38 1D 2C 29 33
Octal 265 231 117 0 17 70 35 54 51 63
Binary 10110101 10011001 1001111 0 1111 111000 11101 101100 101001 110011

Color Harmonies of #B5994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5994F

Black with #B5994F

Text Example


Text Example

White with #B5994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5994F; }

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

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

background-color css

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

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

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

border-color css

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

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

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