Html Css Color HEX #BD9D52 Husk

📋 copy color: '#BD9D52'

red 189 ◦ green 157 ◦ blue 82

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

Shades of Husk #BD9D52

Tints of Husk #BD9D52

RGB

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

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

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

R = 44.16%
G = 36.68%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD9D52 (or 0xBD9D52) is known color: Husk. HEX triplet: BD, 9D and 52. RGB value is (189,157,82). Sum of RGB (Red+Green+Blue) = 189+157+82=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9D52 is #4262AD. Grayscale: #9E9E9E. Windows color (decimal): -4350638 or 5414333. OLE color: 5414333.

HSL color Cylindrical-coordinate representation of color #BD9D52: hue angle of 42.06º 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 #BD9D52 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 157 82 -
CMYK 0 0.17 0.57 0.26
HSL 42.06º 0.45% 0.53% -
HSV(B) 42.06º 0.57% 0.74% -
XYZ 34.57 35.54 13.02 -
YUV 158.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 189 157 82 0 0.17 0.57 0.26 42.06 0.45 0.53
Hex BD 9D 52 0 11 39 1A 2A 2D 35
Octal 275 235 122 0 21 71 32 52 55 65
Binary 10111101 10011101 1010010 0 10001 111001 11010 101010 101101 110101

Color Harmonies of #BD9D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9D52

Black with #BD9D52

Text Example


Text Example

White with #BD9D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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