Html Css Color HEX #B1994C Husk

📋 copy color: '#B1994C'

red 177 ◦ green 153 ◦ blue 76

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

Shades of Husk #B1994C

Tints of Husk #B1994C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.72%

R = 43.6%
G = 37.68%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1994C (or 0xB1994C) is known color: Husk. HEX triplet: B1, 99 and 4C. RGB value is (177,153,76). Sum of RGB (Red+Green+Blue) = 177+153+76=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B1994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1994C is #4E66B3. Grayscale: #979797. Windows color (decimal): -5138100 or 5020081. OLE color: 5020081.

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

Color convert

RGB 177 153 76 -
CMYK 0 0.14 0.57 0.31
HSL 45.74º 0.4% 0.5% -
HSV(B) 45.74º 0.57% 0.69% -
XYZ 30.83 32.65 11.52 -
YUV 151.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 177 153 76 0 0.14 0.57 0.31 45.74 0.4 0.5
Hex B1 99 4C 0 E 39 1F 2E 28 32
Octal 261 231 114 0 16 71 37 56 50 62
Binary 10110001 10011001 1001100 0 1110 111001 11111 101110 101000 110010

Color Harmonies of #B1994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1994C

Black with #B1994C

Text Example


Text Example

White with #B1994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1994C; }

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

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

background-color css

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

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

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

border-color css

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

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

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