Html Css Color HEX #BDAD3A Brass

📋 copy color: '#BDAD3A'

red 189 ◦ green 173 ◦ blue 58

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

Shades of Brass #BDAD3A

Tints of Brass #BDAD3A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.19%

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

R = 45%
G = 41.19%
B = 13.81%

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

#BDAD3A (or 0xBDAD3A) is known color: Brass. HEX triplet: BD, AD and 3A. RGB value is (189,173,58). Sum of RGB (Red+Green+Blue) = 189+173+58=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAD3A is #4252C5. Grayscale: #A5A5A5. Windows color (decimal): -4346566 or 3845565. OLE color: 3845565.

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

Color convert

RGB 189 173 58 -
CMYK 0 0.08 0.69 0.26
HSL 52.67º 0.53% 0.48% -
HSV(B) 52.67º 0.69% 0.74% -
XYZ 36.69 41.01 9.99 -
YUV 164.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 189 173 58 0 0.08 0.69 0.26 52.67 0.53 0.48
Hex BD AD 3A 0 8 45 1A 35 35 30
Octal 275 255 72 0 10 105 32 65 65 60
Binary 10111101 10101101 111010 0 1000 1000101 11010 110101 110101 110000

Color Harmonies of #BDAD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAD3A

Black with #BDAD3A

Text Example


Text Example

White with #BDAD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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