Html Css Color HEX #BD9F52 Husk

📋 copy color: '#BD9F52'

red 189 ◦ green 159 ◦ blue 82

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

Shades of Husk #BD9F52

Tints of Husk #BD9F52

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.98%

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

R = 43.95%
G = 36.98%
B = 19.07%

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

#BD9F52 (or 0xBD9F52) is known color: Husk. HEX triplet: BD, 9F and 52. RGB value is (189,159,82). Sum of RGB (Red+Green+Blue) = 189+159+82=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F52 is #4260AD. Grayscale: #9F9F9F. Windows color (decimal): -4350126 or 5414845. OLE color: 5414845.

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

Color convert

RGB 189 159 82 -
CMYK 0 0.16 0.57 0.26
HSL 43.18º 0.45% 0.53% -
HSV(B) 43.18º 0.57% 0.74% -
XYZ 34.91 36.22 13.13 -
YUV 159.19 84.44 149.26 -
System Red Green Blue C M Y K H S L
Decimal 189 159 82 0 0.16 0.57 0.26 43.18 0.45 0.53
Hex BD 9F 52 0 10 39 1A 2B 2D 35
Octal 275 237 122 0 20 71 32 53 55 65
Binary 10111101 10011111 1010010 0 10000 111001 11010 101011 101101 110101

Color Harmonies of #BD9F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F52

Black with #BD9F52

Text Example


Text Example

White with #BD9F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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