Html Css Color HEX #BDA946 Brass

📋 copy color: '#BDA946'

red 189 ◦ green 169 ◦ blue 70

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

Shades of Brass #BDA946

Tints of Brass #BDA946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.36%

R = 44.16%
G = 39.49%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDA946 (or 0xBDA946) is known color: Brass. HEX triplet: BD, A9 and 46. RGB value is (189,169,70). Sum of RGB (Red+Green+Blue) = 189+169+70=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA946 is #4256B9. Grayscale: #A4A4A4. Windows color (decimal): -4347578 or 4630973. OLE color: 4630973.

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

Color convert

RGB 189 169 70 -
CMYK 0 0.11 0.63 0.26
HSL 49.92º 0.47% 0.51% -
HSV(B) 49.92º 0.63% 0.74% -
XYZ 36.28 39.64 11.53 -
YUV 163.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 189 169 70 0 0.11 0.63 0.26 49.92 0.47 0.51
Hex BD A9 46 0 B 3F 1A 32 2F 33
Octal 275 251 106 0 13 77 32 62 57 63
Binary 10111101 10101001 1000110 0 1011 111111 11010 110010 101111 110011

Color Harmonies of #BDA946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA946

Black with #BDA946

Text Example


Text Example

White with #BDA946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA946; }

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

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

background-color css

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

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

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

border-color css

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

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

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