Html Css Color HEX #B0914F Husk

📋 copy color: '#B0914F'

red 176 ◦ green 145 ◦ blue 79

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

Shades of Husk #B0914F

Tints of Husk #B0914F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.75%

R = 44%
G = 36.25%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B0914F (or 0xB0914F) is known color: Husk. HEX triplet: B0, 91 and 4F. RGB value is (176,145,79). Sum of RGB (Red+Green+Blue) = 176+145+79=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0914F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0914F is #4F6EB0. Grayscale: #939393. Windows color (decimal): -5205681 or 5214640. OLE color: 5214640.

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

Color convert

RGB 176 145 79 -
CMYK 0 0.18 0.55 0.31
HSL 40.82º 0.38% 0.5% -
HSV(B) 40.82º 0.55% 0.69% -
XYZ 29.44 30.05 11.64 -
YUV 146.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 176 145 79 0 0.18 0.55 0.31 40.82 0.38 0.5
Hex B0 91 4F 0 12 37 1F 29 26 32
Octal 260 221 117 0 22 67 37 51 46 62
Binary 10110000 10010001 1001111 0 10010 110111 11111 101001 100110 110010

Color Harmonies of #B0914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0914F

Black with #B0914F

Text Example


Text Example

White with #B0914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0914F; }

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

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

background-color css

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

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

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

border-color css

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

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

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