Html Css Color HEX #B09E45 Husk

📋 copy color: '#B09E45'

red 176 ◦ green 158 ◦ blue 69

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

Shades of Husk #B09E45

Tints of Husk #B09E45

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.21%

 BLUE value IS 69 (27.34% from 255) = 17.12%

R = 43.67%
G = 39.21%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B09E45 (or 0xB09E45) is known color: Husk. HEX triplet: B0, 9E and 45. RGB value is (176,158,69). Sum of RGB (Red+Green+Blue) = 176+158+69=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E45 is #4F61BA. Grayscale: #999999. Windows color (decimal): -5202363 or 4562608. OLE color: 4562608.

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

Color convert

RGB 176 158 69 -
CMYK 0 0.10 0.61 0.31
HSL 49.91º 0.44% 0.48% -
HSV(B) 49.91º 0.61% 0.69% -
XYZ 31.21 34.11 10.57 -
YUV 153.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 176 158 69 0 0.10 0.61 0.31 49.91 0.44 0.48
Hex B0 9E 45 0 A 3D 1F 32 2C 30
Octal 260 236 105 0 12 75 37 62 54 60
Binary 10110000 10011110 1000101 0 1010 111101 11111 110010 101100 110000

Color Harmonies of #B09E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E45

Black with #B09E45

Text Example


Text Example

White with #B09E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E45; }

 p { color: rgb(176,158,69); }

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

background-color css

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

 a { background-color: rgb(176,158,69); }

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

border-color css

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

 span { border-color: rgb(176,158,69); }

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