Html Css Color HEX #BDA939 Brass

📋 copy color: '#BDA939'

red 189 ◦ green 169 ◦ blue 57

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

Shades of Brass #BDA939

Tints of Brass #BDA939

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.72%

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

R = 45.54%
G = 40.72%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDA939 (or 0xBDA939) is known color: Brass. HEX triplet: BD, A9 and 39. RGB value is (189,169,57). Sum of RGB (Red+Green+Blue) = 189+169+57=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 57 (22.66% from 255 or 13.73% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA939 is #4256C6. Grayscale: #A2A2A2. Windows color (decimal): -4347591 or 3779005. OLE color: 3779005.

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

Color convert

RGB 189 169 57 -
CMYK 0 0.11 0.70 0.26
HSL 50.91º 0.54% 0.48% -
HSV(B) 50.91º 0.7% 0.74% -
XYZ 35.91 39.49 9.6 -
YUV 162.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 189 169 57 0 0.11 0.70 0.26 50.91 0.54 0.48
Hex BD A9 39 0 B 46 1A 33 36 30
Octal 275 251 71 0 13 106 32 63 66 60
Binary 10111101 10101001 111001 0 1011 1000110 11010 110011 110110 110000

Color Harmonies of #BDA939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA939

Black with #BDA939

Text Example


Text Example

White with #BDA939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA939; }

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

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

background-color css

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

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

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

border-color css

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

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

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