Html Css Color HEX #B09447 Husk

📋 copy color: '#B09447'

red 176 ◦ green 148 ◦ blue 71

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

Shades of Husk #B09447

Tints of Husk #B09447

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

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

R = 44.56%
G = 37.47%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B09447 (or 0xB09447) is known color: Husk. HEX triplet: B0, 94 and 47. RGB value is (176,148,71). Sum of RGB (Red+Green+Blue) = 176+148+71=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B09447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09447 is #4F6BB8. Grayscale: #939393. Windows color (decimal): -5204921 or 4691120. OLE color: 4691120.

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

Color convert

RGB 176 148 71 -
CMYK 0 0.16 0.60 0.31
HSL 44º 0.43% 0.48% -
HSV(B) 44º 0.6% 0.69% -
XYZ 29.63 30.86 10.36 -
YUV 147.59 84.78 148.26 -
System Red Green Blue C M Y K H S L
Decimal 176 148 71 0 0.16 0.60 0.31 44 0.43 0.48
Hex B0 94 47 0 10 3C 1F 2C 2B 30
Octal 260 224 107 0 20 74 37 54 53 60
Binary 10110000 10010100 1000111 0 10000 111100 11111 101100 101011 110000

Color Harmonies of #B09447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09447

Black with #B09447

Text Example


Text Example

White with #B09447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09447; }

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

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

background-color css

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

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

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

border-color css

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

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

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