Html Css Color HEX #B09852 Husk

📋 copy color: '#B09852'

red 176 ◦ green 152 ◦ blue 82

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

Shades of Husk #B09852

Tints of Husk #B09852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20%

R = 42.93%
G = 37.07%
B = 20%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B09852 (or 0xB09852) is known color: Husk. HEX triplet: B0, 98 and 52. RGB value is (176,152,82). Sum of RGB (Red+Green+Blue) = 176+152+82=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B09852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09852 is #4F67AD. Grayscale: #979797. Windows color (decimal): -5203886 or 5413040. OLE color: 5413040.

HSL color Cylindrical-coordinate representation of color #B09852: hue angle of 44.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B09852 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 152 82 -
CMYK 0 0.14 0.53 0.31
HSL 44.68º 0.37% 0.51% -
HSV(B) 44.68º 0.53% 0.69% -
XYZ 30.66 32.3 12.6 -
YUV 151.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 176 152 82 0 0.14 0.53 0.31 44.68 0.37 0.51
Hex B0 98 52 0 E 35 1F 2D 25 33
Octal 260 230 122 0 16 65 37 55 45 63
Binary 10110000 10011000 1010010 0 1110 110101 11111 101101 100101 110011

Color Harmonies of #B09852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09852

Black with #B09852

Text Example


Text Example

White with #B09852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09852; }

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

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

background-color css

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

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

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

border-color css

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

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

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