Html Css Color HEX #B1994F Husk

📋 copy color: '#B1994F'

red 177 ◦ green 153 ◦ blue 79

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

Shades of Husk #B1994F

Tints of Husk #B1994F

RGB

 RED value IS 177 (69.53% from 255) = 43.28%

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

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

R = 43.28%
G = 37.41%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1994F (or 0xB1994F) is known color: Husk. HEX triplet: B1, 99 and 4F. RGB value is (177,153,79). Sum of RGB (Red+Green+Blue) = 177+153+79=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B1994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1994F is #4E66B0. Grayscale: #989898. Windows color (decimal): -5138097 or 5216689. OLE color: 5216689.

HSL color Cylindrical-coordinate representation of color #B1994F: hue angle of 45.31º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1994F is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 79 -
CMYK 0 0.14 0.55 0.31
HSL 45.31º 0.39% 0.5% -
HSV(B) 45.31º 0.55% 0.69% -
XYZ 30.93 32.69 12.08 -
YUV 151.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 177 153 79 0 0.14 0.55 0.31 45.31 0.39 0.5
Hex B1 99 4F 0 E 37 1F 2D 27 32
Octal 261 231 117 0 16 67 37 55 47 62
Binary 10110001 10011001 1001111 0 1110 110111 11111 101101 100111 110010

Color Harmonies of #B1994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1994F

Black with #B1994F

Text Example


Text Example

White with #B1994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1994F; }

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

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

background-color css

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

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

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

border-color css

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

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

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