Html Css Color HEX #B09F59 Husk

📋 copy color: '#B09F59'

red 176 ◦ green 159 ◦ blue 89

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

Shades of Husk #B09F59

Tints of Husk #B09F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.99%

R = 41.51%
G = 37.5%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B09F59 (or 0xB09F59) is known color: Husk. HEX triplet: B0, 9F and 59. RGB value is (176,159,89). Sum of RGB (Red+Green+Blue) = 176+159+89=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09F59 is #4F60A6. Grayscale: #9C9C9C. Windows color (decimal): -5202087 or 5873584. OLE color: 5873584.

HSL color Cylindrical-coordinate representation of color #B09F59: hue angle of 48.28º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B09F59 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 159 89 -
CMYK 0 0.10 0.49 0.31
HSL 48.28º 0.36% 0.52% -
HSV(B) 48.28º 0.49% 0.69% -
XYZ 32.11 34.75 14.47 -
YUV 156.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 176 159 89 0 0.10 0.49 0.31 48.28 0.36 0.52
Hex B0 9F 59 0 A 31 1F 30 24 34
Octal 260 237 131 0 12 61 37 60 44 64
Binary 10110000 10011111 1011001 0 1010 110001 11111 110000 100100 110100

Color Harmonies of #B09F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09F59

Black with #B09F59

Text Example


Text Example

White with #B09F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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