Html Css Color HEX #BDAC41 Brass

📋 copy color: '#BDAC41'

red 189 ◦ green 172 ◦ blue 65

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

Shades of Brass #BDAC41

Tints of Brass #BDAC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.26%

R = 44.37%
G = 40.38%
B = 15.26%

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

#BDAC41 (or 0xBDAC41) is known color: Brass. HEX triplet: BD, AC and 41. RGB value is (189,172,65). Sum of RGB (Red+Green+Blue) = 189+172+65=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC41 is #4253BE. Grayscale: #A5A5A5. Windows color (decimal): -4346815 or 4304061. OLE color: 4304061.

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

Color convert

RGB 189 172 65 -
CMYK 0 0.09 0.66 0.26
HSL 51.77º 0.49% 0.5% -
HSV(B) 51.77º 0.66% 0.74% -
XYZ 36.69 40.71 10.92 -
YUV 164.89 71.63 145.2 -
System Red Green Blue C M Y K H S L
Decimal 189 172 65 0 0.09 0.66 0.26 51.77 0.49 0.5
Hex BD AC 41 0 9 42 1A 34 31 32
Octal 275 254 101 0 11 102 32 64 61 62
Binary 10111101 10101100 1000001 0 1001 1000010 11010 110100 110001 110010

Color Harmonies of #BDAC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC41

Black with #BDAC41

Text Example


Text Example

White with #BDAC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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