Html Css Color HEX #BD9E55 Husk

📋 copy color: '#BD9E55'

red 189 ◦ green 158 ◦ blue 85

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

Shades of Husk #BD9E55

Tints of Husk #BD9E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.68%

R = 43.75%
G = 36.57%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD9E55 (or 0xBD9E55) is known color: Husk. HEX triplet: BD, 9E and 55. RGB value is (189,158,85). Sum of RGB (Red+Green+Blue) = 189+158+85=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E55 is #4261AA. Grayscale: #9F9F9F. Windows color (decimal): -4350379 or 5611197. OLE color: 5611197.

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

Color convert

RGB 189 158 85 -
CMYK 0 0.16 0.55 0.26
HSL 42.12º 0.44% 0.54% -
HSV(B) 42.12º 0.55% 0.74% -
XYZ 34.85 35.93 13.69 -
YUV 158.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 189 158 85 0 0.16 0.55 0.26 42.12 0.44 0.54
Hex BD 9E 55 0 10 37 1A 2A 2C 36
Octal 275 236 125 0 20 67 32 52 54 66
Binary 10111101 10011110 1010101 0 10000 110111 11010 101010 101100 110110

Color Harmonies of #BD9E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E55

Black with #BD9E55

Text Example


Text Example

White with #BD9E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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