Html Css Color HEX #BDAA3A Brass

📋 copy color: '#BDAA3A'

red 189 ◦ green 170 ◦ blue 58

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

Shades of Brass #BDAA3A

Tints of Brass #BDAA3A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

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

R = 45.32%
G = 40.77%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BDAA3A (or 0xBDAA3A) is known color: Brass. HEX triplet: BD, AA and 3A. RGB value is (189,170,58). Sum of RGB (Red+Green+Blue) = 189+170+58=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAA3A is #4255C5. Grayscale: #A3A3A3. Windows color (decimal): -4347334 or 3844797. OLE color: 3844797.

HSL color Cylindrical-coordinate representation of color #BDAA3A: hue angle of 51.3º 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 #BDAA3A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 170 58 -
CMYK 0 0.10 0.69 0.26
HSL 51.3º 0.53% 0.48% -
HSV(B) 51.3º 0.69% 0.74% -
XYZ 36.12 39.87 9.8 -
YUV 162.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 189 170 58 0 0.10 0.69 0.26 51.3 0.53 0.48
Hex BD AA 3A 0 A 45 1A 33 35 30
Octal 275 252 72 0 12 105 32 63 65 60
Binary 10111101 10101010 111010 0 1010 1000101 11010 110011 110101 110000

Color Harmonies of #BDAA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAA3A

Black with #BDAA3A

Text Example


Text Example

White with #BDAA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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