Html Css Color HEX #B1994B Husk

📋 copy color: '#B1994B'

red 177 ◦ green 153 ◦ blue 75

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

Shades of Husk #B1994B

Tints of Husk #B1994B

RGB

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

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

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

R = 43.7%
G = 37.78%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1994B (or 0xB1994B) is known color: Husk. HEX triplet: B1, 99 and 4B. RGB value is (177,153,75). Sum of RGB (Red+Green+Blue) = 177+153+75=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1994B is #4E66B4. Grayscale: #979797. Windows color (decimal): -5138101 or 4954545. OLE color: 4954545.

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

Color convert

RGB 177 153 75 -
CMYK 0 0.14 0.58 0.31
HSL 45.88º 0.4% 0.49% -
HSV(B) 45.88º 0.58% 0.69% -
XYZ 30.79 32.64 11.33 -
YUV 151.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 177 153 75 0 0.14 0.58 0.31 45.88 0.4 0.49
Hex B1 99 4B 0 E 3A 1F 2E 28 31
Octal 261 231 113 0 16 72 37 56 50 61
Binary 10110001 10011001 1001011 0 1110 111010 11111 101110 101000 110001

Color Harmonies of #B1994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1994B

Black with #B1994B

Text Example


Text Example

White with #B1994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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