Html Css Color HEX #BDA545 Brass

📋 copy color: '#BDA545'

red 189 ◦ green 165 ◦ blue 69

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

Shades of Brass #BDA545

Tints of Brass #BDA545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.31%

R = 44.68%
G = 39.01%
B = 16.31%

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

#BDA545 (or 0xBDA545) is known color: Brass. HEX triplet: BD, A5 and 45. RGB value is (189,165,69). Sum of RGB (Red+Green+Blue) = 189+165+69=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA545 is #425ABA. Grayscale: #A1A1A1. Windows color (decimal): -4348603 or 4564413. OLE color: 4564413.

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

Color convert

RGB 189 165 69 -
CMYK 0 0.13 0.63 0.26
HSL 48º 0.48% 0.51% -
HSV(B) 48º 0.63% 0.74% -
XYZ 35.52 38.16 11.12 -
YUV 161.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 189 165 69 0 0.13 0.63 0.26 48 0.48 0.51
Hex BD A5 45 0 D 3F 1A 30 30 33
Octal 275 245 105 0 15 77 32 60 60 63
Binary 10111101 10100101 1000101 0 1101 111111 11010 110000 110000 110011

Color Harmonies of #BDA545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA545

Black with #BDA545

Text Example


Text Example

White with #BDA545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA545; }

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

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

background-color css

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

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

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

border-color css

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

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

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