Html Css Color HEX #BDA546 Brass

📋 copy color: '#BDA546'

red 189 ◦ green 165 ◦ blue 70

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

Shades of Brass #BDA546

Tints of Brass #BDA546

RGB

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

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

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

R = 44.58%
G = 38.92%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDA546 (or 0xBDA546) is known color: Brass. HEX triplet: BD, A5 and 46. RGB value is (189,165,70). Sum of RGB (Red+Green+Blue) = 189+165+70=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA546 is #425AB9. Grayscale: #A1A1A1. Windows color (decimal): -4348602 or 4629949. OLE color: 4629949.

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

Color convert

RGB 189 165 70 -
CMYK 0 0.13 0.63 0.26
HSL 47.9º 0.47% 0.51% -
HSV(B) 47.9º 0.63% 0.74% -
XYZ 35.55 38.17 11.29 -
YUV 161.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 189 165 70 0 0.13 0.63 0.26 47.9 0.47 0.51
Hex BD A5 46 0 D 3F 1A 30 2F 33
Octal 275 245 106 0 15 77 32 60 57 63
Binary 10111101 10100101 1000110 0 1101 111111 11010 110000 101111 110011

Color Harmonies of #BDA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA546

Black with #BDA546

Text Example


Text Example

White with #BDA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA546; }

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

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

background-color css

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

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

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

border-color css

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

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

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