Html Css Color HEX #BDA640 Brass

📋 copy color: '#BDA640'

red 189 ◦ green 166 ◦ blue 64

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

Shades of Brass #BDA640

Tints of Brass #BDA640

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.62%

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

R = 45.11%
G = 39.62%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDA640 (or 0xBDA640) is known color: Brass. HEX triplet: BD, A6 and 40. RGB value is (189,166,64). Sum of RGB (Red+Green+Blue) = 189+166+64=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA640 is #4259BF. Grayscale: #A1A1A1. Windows color (decimal): -4348352 or 4236989. OLE color: 4236989.

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

Color convert

RGB 189 166 64 -
CMYK 0 0.12 0.66 0.26
HSL 48.96º 0.49% 0.5% -
HSV(B) 48.96º 0.66% 0.74% -
XYZ 35.55 38.46 10.4 -
YUV 161.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 189 166 64 0 0.12 0.66 0.26 48.96 0.49 0.5
Hex BD A6 40 0 C 42 1A 31 31 32
Octal 275 246 100 0 14 102 32 61 61 62
Binary 10111101 10100110 1000000 0 1100 1000010 11010 110001 110001 110010

Color Harmonies of #BDA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA640

Black with #BDA640

Text Example


Text Example

White with #BDA640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA640; }

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

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

background-color css

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

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

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

border-color css

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

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

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