Html Css Color HEX #BDAE3A Brass

📋 copy color: '#BDAE3A'

red 189 ◦ green 174 ◦ blue 58

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

Shades of Brass #BDAE3A

Tints of Brass #BDAE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.78%

R = 44.89%
G = 41.33%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BDAE3A (or 0xBDAE3A) is known color: Brass. HEX triplet: BD, AE and 3A. RGB value is (189,174,58). Sum of RGB (Red+Green+Blue) = 189+174+58=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE3A is #4251C5. Grayscale: #A5A5A5. Windows color (decimal): -4346310 or 3845821. OLE color: 3845821.

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

Color convert

RGB 189 174 58 -
CMYK 0 0.08 0.69 0.26
HSL 53.13º 0.53% 0.48% -
HSV(B) 53.13º 0.69% 0.74% -
XYZ 36.89 41.4 10.05 -
YUV 165.26 67.47 144.93 -
System Red Green Blue C M Y K H S L
Decimal 189 174 58 0 0.08 0.69 0.26 53.13 0.53 0.48
Hex BD AE 3A 0 8 45 1A 35 35 30
Octal 275 256 72 0 10 105 32 65 65 60
Binary 10111101 10101110 111010 0 1000 1000101 11010 110101 110101 110000

Color Harmonies of #BDAE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE3A

Black with #BDAE3A

Text Example


Text Example

White with #BDAE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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