Html Css Color HEX #BDA145 Brass

📋 copy color: '#BDA145'

red 189 ◦ green 161 ◦ blue 69

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

Shades of Brass #BDA145

Tints of Brass #BDA145

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

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

R = 45.11%
G = 38.42%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDA145 (or 0xBDA145) is known color: Brass. HEX triplet: BD, A1 and 45. RGB value is (189,161,69). Sum of RGB (Red+Green+Blue) = 189+161+69=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA145 is #425EBA. Grayscale: #9F9F9F. Windows color (decimal): -4349627 or 4563389. OLE color: 4563389.

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

Color convert

RGB 189 161 69 -
CMYK 0 0.15 0.63 0.26
HSL 46º 0.48% 0.51% -
HSV(B) 46º 0.63% 0.74% -
XYZ 34.81 36.74 10.89 -
YUV 158.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 189 161 69 0 0.15 0.63 0.26 46 0.48 0.51
Hex BD A1 45 0 F 3F 1A 2E 30 33
Octal 275 241 105 0 17 77 32 56 60 63
Binary 10111101 10100001 1000101 0 1111 111111 11010 101110 110000 110011

Color Harmonies of #BDA145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA145

Black with #BDA145

Text Example


Text Example

White with #BDA145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA145; }

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

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

background-color css

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

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

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

border-color css

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

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

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