Html Css Color HEX #BD9C50 Husk

📋 copy color: '#BD9C50'

red 189 ◦ green 156 ◦ blue 80

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

Shades of Husk #BD9C50

Tints of Husk #BD9C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.82%

R = 44.47%
G = 36.71%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD9C50 (or 0xBD9C50) is known color: Husk. HEX triplet: BD, 9C and 50. RGB value is (189,156,80). Sum of RGB (Red+Green+Blue) = 189+156+80=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C50 is #4263AF. Grayscale: #9D9D9D. Windows color (decimal): -4350896 or 5283005. OLE color: 5283005.

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

Color convert

RGB 189 156 80 -
CMYK 0 0.17 0.58 0.26
HSL 41.83º 0.45% 0.53% -
HSV(B) 41.83º 0.58% 0.74% -
XYZ 34.32 35.17 12.57 -
YUV 157.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 189 156 80 0 0.17 0.58 0.26 41.83 0.45 0.53
Hex BD 9C 50 0 11 3A 1A 2A 2D 35
Octal 275 234 120 0 21 72 32 52 55 65
Binary 10111101 10011100 1010000 0 10001 111010 11010 101010 101101 110101

Color Harmonies of #BD9C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C50

Black with #BD9C50

Text Example


Text Example

White with #BD9C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C50; }

 p { color: rgb(189,156,80); }

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

background-color css

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

 a { background-color: rgb(189,156,80); }

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

border-color css

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

 span { border-color: rgb(189,156,80); }

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