Html Css Color HEX #BD9E52 Husk

📋 copy color: '#BD9E52'

red 189 ◦ green 158 ◦ blue 82

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

Shades of Husk #BD9E52

Tints of Husk #BD9E52

RGB

 RED value IS 189 (74.22% from 255) = 44.06%

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

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

R = 44.06%
G = 36.83%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD9E52 (or 0xBD9E52) is known color: Husk. HEX triplet: BD, 9E and 52. RGB value is (189,158,82). Sum of RGB (Red+Green+Blue) = 189+158+82=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E52 is #4261AD. Grayscale: #9E9E9E. Windows color (decimal): -4350382 or 5414589. OLE color: 5414589.

HSL color Cylindrical-coordinate representation of color #BD9E52: hue angle of 42.62º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD9E52 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 158 82 -
CMYK 0 0.16 0.57 0.26
HSL 42.62º 0.45% 0.53% -
HSV(B) 42.62º 0.57% 0.74% -
XYZ 34.74 35.88 13.08 -
YUV 158.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 189 158 82 0 0.16 0.57 0.26 42.62 0.45 0.53
Hex BD 9E 52 0 10 39 1A 2B 2D 35
Octal 275 236 122 0 20 71 32 53 55 65
Binary 10111101 10011110 1010010 0 10000 111001 11010 101011 101101 110101

Color Harmonies of #BD9E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E52

Black with #BD9E52

Text Example


Text Example

White with #BD9E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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