Html Css Color HEX #B1934C Husk

📋 copy color: '#B1934C'

red 177 ◦ green 147 ◦ blue 76

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

Shades of Husk #B1934C

Tints of Husk #B1934C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.75%

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

R = 44.25%
G = 36.75%
B = 19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1934C (or 0xB1934C) is known color: Husk. HEX triplet: B1, 93 and 4C. RGB value is (177,147,76). Sum of RGB (Red+Green+Blue) = 177+147+76=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1934C is #4E6CB3. Grayscale: #949494. Windows color (decimal): -5139636 or 5018545. OLE color: 5018545.

HSL color Cylindrical-coordinate representation of color #B1934C: hue angle of 42.18º 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 #B1934C is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 147 76 -
CMYK 0 0.17 0.57 0.31
HSL 42.18º 0.4% 0.5% -
HSV(B) 42.18º 0.57% 0.69% -
XYZ 29.87 30.74 11.2 -
YUV 147.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 177 147 76 0 0.17 0.57 0.31 42.18 0.4 0.5
Hex B1 93 4C 0 11 39 1F 2A 28 32
Octal 261 223 114 0 21 71 37 52 50 62
Binary 10110001 10010011 1001100 0 10001 111001 11111 101010 101000 110010

Color Harmonies of #B1934C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1934C

Black with #B1934C

Text Example


Text Example

White with #B1934C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1934C; }

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

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

background-color css

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

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

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

border-color css

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

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

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