Html Css Color HEX #BDA445 Brass

📋 copy color: '#BDA445'

red 189 ◦ green 164 ◦ blue 69

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

Shades of Brass #BDA445

Tints of Brass #BDA445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

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

R = 44.79%
G = 38.86%
B = 16.35%

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

#BDA445 (or 0xBDA445) is known color: Brass. HEX triplet: BD, A4 and 45. RGB value is (189,164,69). Sum of RGB (Red+Green+Blue) = 189+164+69=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA445 is #425BBA. Grayscale: #A1A1A1. Windows color (decimal): -4348859 or 4564157. OLE color: 4564157.

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

Color convert

RGB 189 164 69 -
CMYK 0 0.13 0.63 0.26
HSL 47.5º 0.48% 0.51% -
HSV(B) 47.5º 0.63% 0.74% -
XYZ 35.34 37.8 11.06 -
YUV 160.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 189 164 69 0 0.13 0.63 0.26 47.5 0.48 0.51
Hex BD A4 45 0 D 3F 1A 30 30 33
Octal 275 244 105 0 15 77 32 60 60 63
Binary 10111101 10100100 1000101 0 1101 111111 11010 110000 110000 110011

Color Harmonies of #BDA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA445

Black with #BDA445

Text Example


Text Example

White with #BDA445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA445; }

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

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

background-color css

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

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

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

border-color css

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

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

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