Html Css Color HEX #B09F53 Husk

📋 copy color: '#B09F53'

red 176 ◦ green 159 ◦ blue 83

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

Shades of Husk #B09F53

Tints of Husk #B09F53

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.04%

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

R = 42.11%
G = 38.04%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B09F53 (or 0xB09F53) is known color: Husk. HEX triplet: B0, 9F and 53. RGB value is (176,159,83). Sum of RGB (Red+Green+Blue) = 176+159+83=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 83 (32.81% from 255 or 19.86% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F53 is #4F60AC. Grayscale: #9B9B9B. Windows color (decimal): -5202093 or 5480368. OLE color: 5480368.

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

Color convert

RGB 176 159 83 -
CMYK 0 0.10 0.53 0.31
HSL 49.03º 0.37% 0.51% -
HSV(B) 49.03º 0.53% 0.69% -
XYZ 31.86 34.65 13.19 -
YUV 155.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 176 159 83 0 0.10 0.53 0.31 49.03 0.37 0.51
Hex B0 9F 53 0 A 35 1F 31 25 33
Octal 260 237 123 0 12 65 37 61 45 63
Binary 10110000 10011111 1010011 0 1010 110101 11111 110001 100101 110011

Color Harmonies of #B09F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F53

Black with #B09F53

Text Example


Text Example

White with #B09F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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