Html Css Color HEX #BDAC46 Brass

📋 copy color: '#BDAC46'

red 189 ◦ green 172 ◦ blue 70

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

Shades of Brass #BDAC46

Tints of Brass #BDAC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.24%

R = 43.85%
G = 39.91%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BDAC46 (or 0xBDAC46) is known color: Brass. HEX triplet: BD, AC and 46. RGB value is (189,172,70). Sum of RGB (Red+Green+Blue) = 189+172+70=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC46 is #4253B9. Grayscale: #A5A5A5. Windows color (decimal): -4346810 or 4631741. OLE color: 4631741.

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

Color convert

RGB 189 172 70 -
CMYK 0 0.09 0.63 0.26
HSL 51.43º 0.47% 0.51% -
HSV(B) 51.43º 0.63% 0.74% -
XYZ 36.84 40.77 11.72 -
YUV 165.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 189 172 70 0 0.09 0.63 0.26 51.43 0.47 0.51
Hex BD AC 46 0 9 3F 1A 33 2F 33
Octal 275 254 106 0 11 77 32 63 57 63
Binary 10111101 10101100 1000110 0 1001 111111 11010 110011 101111 110011

Color Harmonies of #BDAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC46

Black with #BDAC46

Text Example


Text Example

White with #BDAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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