Html Css Color HEX #B09D47 Husk

📋 copy color: '#B09D47'

red 176 ◦ green 157 ◦ blue 71

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

Shades of Husk #B09D47

Tints of Husk #B09D47

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

 BLUE value IS 71 (28.13% from 255) = 17.57%

R = 43.56%
G = 38.86%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B09D47 (or 0xB09D47) is known color: Husk. HEX triplet: B0, 9D and 47. RGB value is (176,157,71). Sum of RGB (Red+Green+Blue) = 176+157+71=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09D47 is #4F62B8. Grayscale: #999999. Windows color (decimal): -5202617 or 4693424. OLE color: 4693424.

HSL color Cylindrical-coordinate representation of color #B09D47: hue angle of 49.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B09D47 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 157 71 -
CMYK 0 0.11 0.60 0.31
HSL 49.14º 0.43% 0.48% -
HSV(B) 49.14º 0.6% 0.69% -
XYZ 31.1 33.8 10.85 -
YUV 152.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 176 157 71 0 0.11 0.60 0.31 49.14 0.43 0.48
Hex B0 9D 47 0 B 3C 1F 31 2B 30
Octal 260 235 107 0 13 74 37 61 53 60
Binary 10110000 10011101 1000111 0 1011 111100 11111 110001 101011 110000

Color Harmonies of #B09D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09D47

Black with #B09D47

Text Example


Text Example

White with #B09D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09D47; }

 p { color: rgb(176,157,71); }

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

background-color css

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

 a { background-color: rgb(176,157,71); }

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

border-color css

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

 span { border-color: rgb(176,157,71); }

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