Html Css Color HEX #BDAE40 Brass

📋 copy color: '#BDAE40'

red 189 ◦ green 174 ◦ blue 64

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

Shades of Brass #BDAE40

Tints of Brass #BDAE40

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.75%

 BLUE value IS 64 (25.39% from 255) = 14.99%

R = 44.26%
G = 40.75%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDAE40 (or 0xBDAE40) is known color: Brass. HEX triplet: BD, AE and 40. RGB value is (189,174,64). Sum of RGB (Red+Green+Blue) = 189+174+64=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE40 is #4251BF. Grayscale: #A6A6A6. Windows color (decimal): -4346304 or 4239037. OLE color: 4239037.

HSL color Cylindrical-coordinate representation of color #BDAE40: hue angle of 52.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDAE40 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 174 64 -
CMYK 0 0.08 0.66 0.26
HSL 52.8º 0.49% 0.5% -
HSV(B) 52.8º 0.66% 0.74% -
XYZ 37.05 41.46 10.9 -
YUV 165.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 189 174 64 0 0.08 0.66 0.26 52.8 0.49 0.5
Hex BD AE 40 0 8 42 1A 35 31 32
Octal 275 256 100 0 10 102 32 65 61 62
Binary 10111101 10101110 1000000 0 1000 1000010 11010 110101 110001 110010

Color Harmonies of #BDAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE40

Black with #BDAE40

Text Example


Text Example

White with #BDAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE40; }

 p { color: rgb(189,174,64); }

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

background-color css

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

 a { background-color: rgb(189,174,64); }

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

border-color css

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

 span { border-color: rgb(189,174,64); }

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