Html Css Color HEX #BDAC45 Brass

📋 copy color: '#BDAC45'

red 189 ◦ green 172 ◦ blue 69

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

Shades of Brass #BDAC45

Tints of Brass #BDAC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.05%

R = 43.95%
G = 40%
B = 16.05%

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

#BDAC45 (or 0xBDAC45) is known color: Brass. HEX triplet: BD, AC and 45. RGB value is (189,172,69). Sum of RGB (Red+Green+Blue) = 189+172+69=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC45 is #4253BA. Grayscale: #A5A5A5. Windows color (decimal): -4346811 or 4566205. OLE color: 4566205.

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

Color convert

RGB 189 172 69 -
CMYK 0 0.09 0.63 0.26
HSL 51.5º 0.48% 0.51% -
HSV(B) 51.5º 0.63% 0.74% -
XYZ 36.81 40.75 11.56 -
YUV 165.34 73.63 144.88 -
System Red Green Blue C M Y K H S L
Decimal 189 172 69 0 0.09 0.63 0.26 51.5 0.48 0.51
Hex BD AC 45 0 9 3F 1A 34 30 33
Octal 275 254 105 0 11 77 32 64 60 63
Binary 10111101 10101100 1000101 0 1001 111111 11010 110100 110000 110011

Color Harmonies of #BDAC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAC45

Black with #BDAC45

Text Example


Text Example

White with #BDAC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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