Html Css Color HEX #B0914C Husk

📋 copy color: '#B0914C'

red 176 ◦ green 145 ◦ blue 76

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

Shades of Husk #B0914C

Tints of Husk #B0914C

RGB

 RED value IS 176 (69.14% from 255) = 44.33%

 GREEN value IS 145 (57.03% from 255) = 36.52%

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

R = 44.33%
G = 36.52%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0914C (or 0xB0914C) is known color: Husk. HEX triplet: B0, 91 and 4C. RGB value is (176,145,76). Sum of RGB (Red+Green+Blue) = 176+145+76=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0914C is #4F6EB3. Grayscale: #929292. Windows color (decimal): -5205684 or 5018032. OLE color: 5018032.

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

Color convert

RGB 176 145 76 -
CMYK 0 0.18 0.57 0.31
HSL 41.4º 0.4% 0.49% -
HSV(B) 41.4º 0.57% 0.69% -
XYZ 29.33 30 11.08 -
YUV 146.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 176 145 76 0 0.18 0.57 0.31 41.4 0.4 0.49
Hex B0 91 4C 0 12 39 1F 29 28 31
Octal 260 221 114 0 22 71 37 51 50 61
Binary 10110000 10010001 1001100 0 10010 111001 11111 101001 101000 110001

Color Harmonies of #B0914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0914C

Black with #B0914C

Text Example


Text Example

White with #B0914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0914C; }

 p { color: rgb(176,145,76); }

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

background-color css

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

 a { background-color: rgb(176,145,76); }

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

border-color css

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

 span { border-color: rgb(176,145,76); }

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