Html Css Color HEX #B1994D Husk

📋 copy color: '#B1994D'

red 177 ◦ green 153 ◦ blue 77

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

Shades of Husk #B1994D

Tints of Husk #B1994D

RGB

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

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

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

R = 43.49%
G = 37.59%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1994D (or 0xB1994D) is known color: Husk. HEX triplet: B1, 99 and 4D. RGB value is (177,153,77). Sum of RGB (Red+Green+Blue) = 177+153+77=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1994D is #4E66B2. Grayscale: #979797. Windows color (decimal): -5138099 or 5085617. OLE color: 5085617.

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

Color convert

RGB 177 153 77 -
CMYK 0 0.14 0.56 0.31
HSL 45.6º 0.39% 0.5% -
HSV(B) 45.6º 0.56% 0.69% -
XYZ 30.86 32.67 11.7 -
YUV 151.51 85.95 146.18 -
System Red Green Blue C M Y K H S L
Decimal 177 153 77 0 0.14 0.56 0.31 45.6 0.39 0.5
Hex B1 99 4D 0 E 38 1F 2E 27 32
Octal 261 231 115 0 16 70 37 56 47 62
Binary 10110001 10011001 1001101 0 1110 111000 11111 101110 100111 110010

Color Harmonies of #B1994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1994D

Black with #B1994D

Text Example


Text Example

White with #B1994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1994D; }

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

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

background-color css

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

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

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

border-color css

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

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

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