Html Css Color HEX #BDAE45 Brass

📋 copy color: '#BDAE45'

red 189 ◦ green 174 ◦ blue 69

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

Shades of Brass #BDAE45

Tints of Brass #BDAE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.97%

R = 43.75%
G = 40.28%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDAE45 (or 0xBDAE45) is known color: Brass. HEX triplet: BD, AE and 45. RGB value is (189,174,69). Sum of RGB (Red+Green+Blue) = 189+174+69=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE45 is #4251BA. Grayscale: #A6A6A6. Windows color (decimal): -4346299 or 4566717. OLE color: 4566717.

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

Color convert

RGB 189 174 69 -
CMYK 0 0.08 0.63 0.26
HSL 52.5º 0.48% 0.51% -
HSV(B) 52.5º 0.63% 0.74% -
XYZ 37.2 41.52 11.68 -
YUV 166.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 189 174 69 0 0.08 0.63 0.26 52.5 0.48 0.51
Hex BD AE 45 0 8 3F 1A 34 30 33
Octal 275 256 105 0 10 77 32 64 60 63
Binary 10111101 10101110 1000101 0 1000 111111 11010 110100 110000 110011

Color Harmonies of #BDAE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE45

Black with #BDAE45

Text Example


Text Example

White with #BDAE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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