Html Css Color HEX #B09350 Husk

📋 copy color: '#B09350'

red 176 ◦ green 147 ◦ blue 80

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

Shades of Husk #B09350

Tints of Husk #B09350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 43.67%
G = 36.48%
B = 19.85%

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

#B09350 (or 0xB09350) is known color: Husk. HEX triplet: B0, 93 and 50. RGB value is (176,147,80). Sum of RGB (Red+Green+Blue) = 176+147+80=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B09350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09350 is #4F6CAF. Grayscale: #949494. Windows color (decimal): -5205168 or 5280688. OLE color: 5280688.

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

Color convert

RGB 176 147 80 -
CMYK 0 0.16 0.55 0.31
HSL 41.88º 0.38% 0.5% -
HSV(B) 41.88º 0.55% 0.69% -
XYZ 29.79 30.68 11.94 -
YUV 148.03 89.61 147.95 -
System Red Green Blue C M Y K H S L
Decimal 176 147 80 0 0.16 0.55 0.31 41.88 0.38 0.5
Hex B0 93 50 0 10 37 1F 2A 26 32
Octal 260 223 120 0 20 67 37 52 46 62
Binary 10110000 10010011 1010000 0 10000 110111 11111 101010 100110 110010

Color Harmonies of #B09350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09350

Black with #B09350

Text Example


Text Example

White with #B09350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09350; }

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

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

background-color css

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

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

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

border-color css

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

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

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