#BDB145

Color #BDB145 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #BDB145

Tints of Brass #BDB145

Color information

#BDB145 (or 0xBDB145) is unknown color: approx Brass. HEX triplet: BD, B1 and 45. RGB value is (189,177,69). Sum of RGB (Red+Green+Blue) = 189+177+69=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB145 is #424EBA. Grayscale: #A8A8A8. Windows color (decimal): -4345531 or 4567485. OLE color: 4567485.

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

Color convert

RGB18917769-
CMYK00.060.630.26
HSL54º47.62%50.59%-
HSV(B)54º63.49%74.12%-
XYZ37.7842.6911.88-
YUV168.2871.98142.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 69 (27.34% from 255) = 15.86%
R=43.45%
G=40.69%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891776900.060.630.265447.6250.59
HexBDB145063F1A363033
Octal275261105067732666063
Binary10111101101100011000101011011111111010110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB145; }

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

 H1.HeaderClassName
 {
   color: #BDB145;
 }
 .AnyTagClassName
 {
   color: #BDB145;
 }
</style>
background-color css

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

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

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

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

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

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