Html Css Color HEX #BDA444 Brass

📋 copy color: '#BDA444'

red 189 ◦ green 164 ◦ blue 68

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

Shades of Brass #BDA444

Tints of Brass #BDA444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.15%

R = 44.89%
G = 38.95%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BDA444 (or 0xBDA444) is known color: Brass. HEX triplet: BD, A4 and 44. RGB value is (189,164,68). Sum of RGB (Red+Green+Blue) = 189+164+68=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA444 is #425BBB. Grayscale: #A0A0A0. Windows color (decimal): -4348860 or 4498621. OLE color: 4498621.

HSL color Cylindrical-coordinate representation of color #BDA444: hue angle of 47.6º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDA444 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 164 68 -
CMYK 0 0.13 0.64 0.26
HSL 47.6º 0.48% 0.5% -
HSV(B) 47.6º 0.64% 0.74% -
XYZ 35.31 37.79 10.9 -
YUV 160.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 189 164 68 0 0.13 0.64 0.26 47.6 0.48 0.5
Hex BD A4 44 0 D 40 1A 30 30 32
Octal 275 244 104 0 15 100 32 60 60 62
Binary 10111101 10100100 1000100 0 1101 1000000 11010 110000 110000 110010

Color Harmonies of #BDA444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA444

Black with #BDA444

Text Example


Text Example

White with #BDA444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA444; }

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

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

background-color css

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

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

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

border-color css

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

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

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