#BDB448

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

Shades of Brass #BDB448

Tints of Brass #BDB448

Color information

#BDB448 (or 0xBDB448) is unknown color: approx Brass. HEX triplet: BD, B4 and 48. RGB value is (189,180,72). Sum of RGB (Red+Green+Blue) = 189+180+72=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB448 is #424BB7. Grayscale: #AAAAAA. Windows color (decimal): -4344760 or 4764861. OLE color: 4764861.

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

Color convert

RGB18918072-
CMYK00.050.620.26
HSL55.38º46.99%51.18%-
HSV(B)55.38º61.9%74.12%-
XYZ38.4843.9312.58-
YUV170.3872.48141.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 72 (28.52% from 255) = 16.33%
R=42.86%
G=40.82%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891807200.050.620.2655.3846.9951.18
HexBDB448053E1A372f33
Octal275264110057632675763
Binary10111101101101001001000010111111011010110111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB448; }

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

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

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

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

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

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

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

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