Html Css Color HEX #BDA940 Brass

📋 copy color: '#BDA940'

red 189 ◦ green 169 ◦ blue 64

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

Shades of Brass #BDA940

Tints of Brass #BDA940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.17%

R = 44.79%
G = 40.05%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDA940 (or 0xBDA940) is known color: Brass. HEX triplet: BD, A9 and 40. RGB value is (189,169,64). Sum of RGB (Red+Green+Blue) = 189+169+64=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 64 (25.39% from 255 or 15.17% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA940 is #4256BF. Grayscale: #A3A3A3. Windows color (decimal): -4347584 or 4237757. OLE color: 4237757.

HSL color Cylindrical-coordinate representation of color #BDA940: hue angle of 50.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDA940 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 169 64 -
CMYK 0 0.11 0.66 0.26
HSL 50.4º 0.49% 0.5% -
HSV(B) 50.4º 0.66% 0.74% -
XYZ 36.1 39.56 10.58 -
YUV 163.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 189 169 64 0 0.11 0.66 0.26 50.4 0.49 0.5
Hex BD A9 40 0 B 42 1A 32 31 32
Octal 275 251 100 0 13 102 32 62 61 62
Binary 10111101 10101001 1000000 0 1011 1000010 11010 110010 110001 110010

Color Harmonies of #BDA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA940

Black with #BDA940

Text Example


Text Example

White with #BDA940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA940; }

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

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

background-color css

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

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

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

border-color css

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

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

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