Html Css Color HEX #B09846 Husk

📋 copy color: '#B09846'

red 176 ◦ green 152 ◦ blue 70

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

Shades of Husk #B09846

Tints of Husk #B09846

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

 BLUE value IS 70 (27.73% from 255) = 17.59%

R = 44.22%
G = 38.19%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B09846 (or 0xB09846) is known color: Husk. HEX triplet: B0, 98 and 46. RGB value is (176,152,70). Sum of RGB (Red+Green+Blue) = 176+152+70=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B09846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09846 is #4F67B9. Grayscale: #969696. Windows color (decimal): -5203898 or 4626608. OLE color: 4626608.

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

Color convert

RGB 176 152 70 -
CMYK 0 0.14 0.60 0.31
HSL 46.42º 0.43% 0.48% -
HSV(B) 46.42º 0.6% 0.69% -
XYZ 30.24 32.13 10.4 -
YUV 149.83 82.95 146.67 -
System Red Green Blue C M Y K H S L
Decimal 176 152 70 0 0.14 0.60 0.31 46.42 0.43 0.48
Hex B0 98 46 0 E 3C 1F 2E 2B 30
Octal 260 230 106 0 16 74 37 56 53 60
Binary 10110000 10011000 1000110 0 1110 111100 11111 101110 101011 110000

Color Harmonies of #B09846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09846

Black with #B09846

Text Example


Text Example

White with #B09846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09846; }

 p { color: rgb(176,152,70); }

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

background-color css

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

 a { background-color: rgb(176,152,70); }

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

border-color css

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

 span { border-color: rgb(176,152,70); }

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