#BDB548

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

Shades of Brass #BDB548

Tints of Brass #BDB548

Color information

#BDB548 (or 0xBDB548) is unknown color: approx Brass. HEX triplet: BD, B5 and 48. RGB value is (189,181,72). Sum of RGB (Red+Green+Blue) = 189+181+72=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB548 is #424AB7. Grayscale: #ABABAB. Windows color (decimal): -4344504 or 4765117. OLE color: 4765117.

HSL color Cylindrical-coordinate representation of color #BDB548: hue angle of 55.9º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDB548 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB18918172-
CMYK00.040.620.26
HSL55.9º46.99%51.18%-
HSV(B)55.9º61.9%74.12%-
XYZ38.6844.3312.65-
YUV170.9772.15140.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.76%
GREEN value IS 181 (71.09% from 255) = 40.95%
BLUE value IS 72 (28.52% from 255) = 16.29%
R=42.76%
G=40.95%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891817200.040.620.2655.946.9951.18
HexBDB548043E1A382f33
Octal275265110047632705763
Binary10111101101101011001000010011111011010111000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB548; }

 p { color: rgb(189,181,72); }

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

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

 a { background-color: rgb(189,181,72); }

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

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

 span { border-color: rgb(189,181,72); }

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