Html Css Color HEX #BD9E4A Husk

📋 copy color: '#BD9E4A'

red 189 ◦ green 158 ◦ blue 74

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

Shades of Husk #BD9E4A

Tints of Husk #BD9E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.58%

R = 44.89%
G = 37.53%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD9E4A (or 0xBD9E4A) is known color: Husk. HEX triplet: BD, 9E and 4A. RGB value is (189,158,74). Sum of RGB (Red+Green+Blue) = 189+158+74=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9E4A is #4261B5. Grayscale: #9E9E9E. Windows color (decimal): -4350390 or 4890301. OLE color: 4890301.

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

Color convert

RGB 189 158 74 -
CMYK 0 0.16 0.61 0.26
HSL 43.83º 0.47% 0.52% -
HSV(B) 43.83º 0.61% 0.74% -
XYZ 34.45 35.77 11.57 -
YUV 157.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 189 158 74 0 0.16 0.61 0.26 43.83 0.47 0.52
Hex BD 9E 4A 0 10 3D 1A 2C 2F 34
Octal 275 236 112 0 20 75 32 54 57 64
Binary 10111101 10011110 1001010 0 10000 111101 11010 101100 101111 110100

Color Harmonies of #BD9E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E4A

Black with #BD9E4A

Text Example


Text Example

White with #BD9E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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