Html Css Color HEX #BDAC40 Brass

📋 copy color: '#BDAC40'

red 189 ◦ green 172 ◦ blue 64

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

Shades of Brass #BDAC40

Tints of Brass #BDAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.47%

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

R = 44.47%
G = 40.47%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDAC40 (or 0xBDAC40) is known color: Brass. HEX triplet: BD, AC and 40. RGB value is (189,172,64). Sum of RGB (Red+Green+Blue) = 189+172+64=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC40 is #4253BF. Grayscale: #A5A5A5. Windows color (decimal): -4346816 or 4238525. OLE color: 4238525.

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

Color convert

RGB 189 172 64 -
CMYK 0 0.09 0.66 0.26
HSL 51.84º 0.49% 0.5% -
HSV(B) 51.84º 0.66% 0.74% -
XYZ 36.66 40.69 10.77 -
YUV 164.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 189 172 64 0 0.09 0.66 0.26 51.84 0.49 0.5
Hex BD AC 40 0 9 42 1A 34 31 32
Octal 275 254 100 0 11 102 32 64 61 62
Binary 10111101 10101100 1000000 0 1001 1000010 11010 110100 110001 110010

Color Harmonies of #BDAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC40

Black with #BDAC40

Text Example


Text Example

White with #BDAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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