Html Css Color HEX #B09D52 Husk

📋 copy color: '#B09D52'

red 176 ◦ green 157 ◦ blue 82

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

Shades of Husk #B09D52

Tints of Husk #B09D52

RGB

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

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

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

R = 42.41%
G = 37.83%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B09D52 (or 0xB09D52) is known color: Husk. HEX triplet: B0, 9D and 52. RGB value is (176,157,82). Sum of RGB (Red+Green+Blue) = 176+157+82=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09D52 is #4F62AD. Grayscale: #9A9A9A. Windows color (decimal): -5202606 or 5414320. OLE color: 5414320.

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

Color convert

RGB 176 157 82 -
CMYK 0 0.11 0.53 0.31
HSL 47.87º 0.37% 0.51% -
HSV(B) 47.87º 0.53% 0.69% -
XYZ 31.48 33.95 12.88 -
YUV 154.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 176 157 82 0 0.11 0.53 0.31 47.87 0.37 0.51
Hex B0 9D 52 0 B 35 1F 30 25 33
Octal 260 235 122 0 13 65 37 60 45 63
Binary 10110000 10011101 1010010 0 1011 110101 11111 110000 100101 110011

Color Harmonies of #B09D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09D52

Black with #B09D52

Text Example


Text Example

White with #B09D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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