Html Css Color HEX #B09353 Husk

📋 copy color: '#B09353'

red 176 ◦ green 147 ◦ blue 83

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

Shades of Husk #B09353

Tints of Husk #B09353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.44%

R = 43.35%
G = 36.21%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B09353 (or 0xB09353) is known color: Husk. HEX triplet: B0, 93 and 53. RGB value is (176,147,83). Sum of RGB (Red+Green+Blue) = 176+147+83=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B09353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09353 is #4F6CAC. Grayscale: #949494. Windows color (decimal): -5205165 or 5477296. OLE color: 5477296.

HSL color Cylindrical-coordinate representation of color #B09353: hue angle of 41.29º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B09353 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 147 83 -
CMYK 0 0.16 0.53 0.31
HSL 41.29º 0.37% 0.51% -
HSV(B) 41.29º 0.53% 0.69% -
XYZ 29.9 30.72 12.54 -
YUV 148.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 176 147 83 0 0.16 0.53 0.31 41.29 0.37 0.51
Hex B0 93 53 0 10 35 1F 29 25 33
Octal 260 223 123 0 20 65 37 51 45 63
Binary 10110000 10010011 1010011 0 10000 110101 11111 101001 100101 110011

Color Harmonies of #B09353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09353

Black with #B09353

Text Example


Text Example

White with #B09353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09353; }

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

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

background-color css

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

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

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

border-color css

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

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

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