Html Css Color HEX #B09C52 Husk

📋 copy color: '#B09C52'

red 176 ◦ green 156 ◦ blue 82

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

Shades of Husk #B09C52

Tints of Husk #B09C52

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.68%

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

R = 42.51%
G = 37.68%
B = 19.81%

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

#B09C52 (or 0xB09C52) is known color: Husk. HEX triplet: B0, 9C and 52. RGB value is (176,156,82). Sum of RGB (Red+Green+Blue) = 176+156+82=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C52 is #4F63AD. Grayscale: #999999. Windows color (decimal): -5202862 or 5414064. OLE color: 5414064.

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

Color convert

RGB 176 156 82 -
CMYK 0 0.11 0.53 0.31
HSL 47.23º 0.37% 0.51% -
HSV(B) 47.23º 0.53% 0.69% -
XYZ 31.32 33.62 12.82 -
YUV 153.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 176 156 82 0 0.11 0.53 0.31 47.23 0.37 0.51
Hex B0 9C 52 0 B 35 1F 2F 25 33
Octal 260 234 122 0 13 65 37 57 45 63
Binary 10110000 10011100 1010010 0 1011 110101 11111 101111 100101 110011

Color Harmonies of #B09C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C52

Black with #B09C52

Text Example


Text Example

White with #B09C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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