Html Css Color HEX #BDA440 Brass

📋 copy color: '#BDA440'

red 189 ◦ green 164 ◦ blue 64

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

Shades of Brass #BDA440

Tints of Brass #BDA440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.35%

R = 45.32%
G = 39.33%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDA440 (or 0xBDA440) is known color: Brass. HEX triplet: BD, A4 and 40. RGB value is (189,164,64). Sum of RGB (Red+Green+Blue) = 189+164+64=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA440 is #425BBF. Grayscale: #A0A0A0. Windows color (decimal): -4348864 or 4236477. OLE color: 4236477.

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

Color convert

RGB 189 164 64 -
CMYK 0 0.13 0.66 0.26
HSL 48º 0.49% 0.5% -
HSV(B) 48º 0.66% 0.74% -
XYZ 35.19 37.74 10.28 -
YUV 160.08 73.78 148.63 -
System Red Green Blue C M Y K H S L
Decimal 189 164 64 0 0.13 0.66 0.26 48 0.49 0.5
Hex BD A4 40 0 D 42 1A 30 31 32
Octal 275 244 100 0 15 102 32 60 61 62
Binary 10111101 10100100 1000000 0 1101 1000010 11010 110000 110001 110010

Color Harmonies of #BDA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA440

Black with #BDA440

Text Example


Text Example

White with #BDA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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