Html Css Color HEX #B0934F Husk

📋 copy color: '#B0934F'

red 176 ◦ green 147 ◦ blue 79

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

Shades of Husk #B0934F

Tints of Husk #B0934F

RGB

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

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

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

R = 43.78%
G = 36.57%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B0934F (or 0xB0934F) is known color: Husk. HEX triplet: B0, 93 and 4F. RGB value is (176,147,79). Sum of RGB (Red+Green+Blue) = 176+147+79=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0934F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0934F is #4F6CB0. Grayscale: #949494. Windows color (decimal): -5205169 or 5215152. OLE color: 5215152.

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

Color convert

RGB 176 147 79 -
CMYK 0 0.16 0.55 0.31
HSL 42.06º 0.38% 0.5% -
HSV(B) 42.06º 0.55% 0.69% -
XYZ 29.75 30.66 11.75 -
YUV 147.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 176 147 79 0 0.16 0.55 0.31 42.06 0.38 0.5
Hex B0 93 4F 0 10 37 1F 2A 26 32
Octal 260 223 117 0 20 67 37 52 46 62
Binary 10110000 10010011 1001111 0 10000 110111 11111 101010 100110 110010

Color Harmonies of #B0934F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0934F

Black with #B0934F

Text Example


Text Example

White with #B0934F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0934F; }

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

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

background-color css

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

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

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

border-color css

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

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

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