#BDB041

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

Shades of Brass #BDB041

Tints of Brass #BDB041

Color information

#BDB041 (or 0xBDB041) is unknown color: approx Brass. HEX triplet: BD, B0 and 41. RGB value is (189,176,65). Sum of RGB (Red+Green+Blue) = 189+176+65=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB041 is #424FBE. Grayscale: #A7A7A7. Windows color (decimal): -4345791 or 4305085. OLE color: 4305085.

HSL color Cylindrical-coordinate representation of color #BDB041: hue angle of 53.71º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDB041 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18917665-
CMYK00.070.660.26
HSL53.71º48.82%49.8%-
HSV(B)53.71º65.61%74.12%-
XYZ37.4742.2511.18-
YUV167.2370.31143.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=43.95%
G=40.93%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891766500.070.660.2653.7148.8249.8
HexBDB04107421A363132
Octal2752601010710232666162
Binary101111011011000010000010111100001011010110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB041; }

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

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

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

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

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

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

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

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