Html Css Color HEX #B09A53 Husk

📋 copy color: '#B09A53'

red 176 ◦ green 154 ◦ blue 83

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

Shades of Husk #B09A53

Tints of Husk #B09A53

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.29%

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

R = 42.62%
G = 37.29%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B09A53 (or 0xB09A53) is known color: Husk. HEX triplet: B0, 9A and 53. RGB value is (176,154,83). Sum of RGB (Red+Green+Blue) = 176+154+83=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 83 (32.81% from 255 or 20.10% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A53 is #4F65AC. Grayscale: #989898. Windows color (decimal): -5203373 or 5479088. OLE color: 5479088.

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

Color convert

RGB 176 154 83 -
CMYK 0 0.12 0.53 0.31
HSL 45.81º 0.37% 0.51% -
HSV(B) 45.81º 0.53% 0.69% -
XYZ 31.02 32.97 12.91 -
YUV 152.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 176 154 83 0 0.12 0.53 0.31 45.81 0.37 0.51
Hex B0 9A 53 0 C 35 1F 2E 25 33
Octal 260 232 123 0 14 65 37 56 45 63
Binary 10110000 10011010 1010011 0 1100 110101 11111 101110 100101 110011

Color Harmonies of #B09A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A53

Black with #B09A53

Text Example


Text Example

White with #B09A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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