#BDB047

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

Shades of Brass #BDB047

Tints of Brass #BDB047

Color information

#BDB047 (or 0xBDB047) is unknown color: approx Brass. HEX triplet: BD, B0 and 47. RGB value is (189,176,71). Sum of RGB (Red+Green+Blue) = 189+176+71=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB047 is #424FB8. Grayscale: #A8A8A8. Windows color (decimal): -4345785 or 4698301. OLE color: 4698301.

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

Color convert

RGB18917671-
CMYK00.070.620.26
HSL53.39º47.2%50.98%-
HSV(B)53.39º62.43%74.12%-
XYZ37.6542.3212.15-
YUV167.9273.31143.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.35%
GREEN value IS 176 (69.14% from 255) = 40.37%
BLUE value IS 71 (28.12% from 255) = 16.28%
R=43.35%
G=40.37%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891767100.070.620.2653.3947.250.98
HexBDB047073E1A352f33
Octal275260107077632655763
Binary10111101101100001000111011111111011010110101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB047; }

 p { color: rgb(189,176,71); }

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

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

 a { background-color: rgb(189,176,71); }

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

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

 span { border-color: rgb(189,176,71); }

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