Html Css Color HEX #BDA345 Brass

📋 copy color: '#BDA345'

red 189 ◦ green 163 ◦ blue 69

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

Shades of Brass #BDA345

Tints of Brass #BDA345

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

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

R = 44.89%
G = 38.72%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDA345 (or 0xBDA345) is known color: Brass. HEX triplet: BD, A3 and 45. RGB value is (189,163,69). Sum of RGB (Red+Green+Blue) = 189+163+69=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA345 is #425CBA. Grayscale: #A0A0A0. Windows color (decimal): -4349115 or 4563901. OLE color: 4563901.

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

Color convert

RGB 189 163 69 -
CMYK 0 0.14 0.63 0.26
HSL 47º 0.48% 0.51% -
HSV(B) 47º 0.63% 0.74% -
XYZ 35.16 37.44 11 -
YUV 160.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 189 163 69 0 0.14 0.63 0.26 47 0.48 0.51
Hex BD A3 45 0 E 3F 1A 2F 30 33
Octal 275 243 105 0 16 77 32 57 60 63
Binary 10111101 10100011 1000101 0 1110 111111 11010 101111 110000 110011

Color Harmonies of #BDA345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA345

Black with #BDA345

Text Example


Text Example

White with #BDA345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA345; }

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

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

background-color css

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

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

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

border-color css

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

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

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