Html Css Color HEX #B09E52 Husk

📋 copy color: '#B09E52'

red 176 ◦ green 158 ◦ blue 82

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

Shades of Husk #B09E52

Tints of Husk #B09E52

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.98%

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

R = 42.31%
G = 37.98%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B09E52 (or 0xB09E52) is known color: Husk. HEX triplet: B0, 9E and 52. RGB value is (176,158,82). Sum of RGB (Red+Green+Blue) = 176+158+82=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09E52 is #4F61AD. Grayscale: #9B9B9B. Windows color (decimal): -5202350 or 5414576. OLE color: 5414576.

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

Color convert

RGB 176 158 82 -
CMYK 0 0.10 0.53 0.31
HSL 48.51º 0.37% 0.51% -
HSV(B) 48.51º 0.53% 0.69% -
XYZ 31.65 34.29 12.93 -
YUV 154.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 176 158 82 0 0.10 0.53 0.31 48.51 0.37 0.51
Hex B0 9E 52 0 A 35 1F 31 25 33
Octal 260 236 122 0 12 65 37 61 45 63
Binary 10110000 10011110 1010010 0 1010 110101 11111 110001 100101 110011

Color Harmonies of #B09E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E52

Black with #B09E52

Text Example


Text Example

White with #B09E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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