Html Css Color HEX #BDA539 Brass

📋 copy color: '#BDA539'

red 189 ◦ green 165 ◦ blue 57

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

Shades of Brass #BDA539

Tints of Brass #BDA539

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

 BLUE value IS 57 (22.66% from 255) = 13.87%

R = 45.99%
G = 40.15%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDA539 (or 0xBDA539) is known color: Brass. HEX triplet: BD, A5 and 39. RGB value is (189,165,57). Sum of RGB (Red+Green+Blue) = 189+165+57=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA539 is #425AC6. Grayscale: #A0A0A0. Windows color (decimal): -4348615 or 3777981. OLE color: 3777981.

HSL color Cylindrical-coordinate representation of color #BDA539: hue angle of 49.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDA539 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 165 57 -
CMYK 0 0.13 0.70 0.26
HSL 49.09º 0.54% 0.48% -
HSV(B) 49.09º 0.7% 0.74% -
XYZ 35.18 38.02 9.36 -
YUV 159.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 189 165 57 0 0.13 0.70 0.26 49.09 0.54 0.48
Hex BD A5 39 0 D 46 1A 31 36 30
Octal 275 245 71 0 15 106 32 61 66 60
Binary 10111101 10100101 111001 0 1101 1000110 11010 110001 110110 110000

Color Harmonies of #BDA539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA539

Black with #BDA539

Text Example


Text Example

White with #BDA539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA539; }

 p { color: rgb(189,165,57); }

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

background-color css

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

 a { background-color: rgb(189,165,57); }

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

border-color css

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

 span { border-color: rgb(189,165,57); }

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