#BDB538

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

Shades of Brass #BDB538

Tints of Brass #BDB538

Color information

#BDB538 (or 0xBDB538) is unknown color: approx Brass. HEX triplet: BD, B5 and 38. RGB value is (189,181,56). Sum of RGB (Red+Green+Blue) = 189+181+56=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB538 is #424AC7. Grayscale: #A9A9A9. Windows color (decimal): -4344520 or 3716541. OLE color: 3716541.

HSL color Cylindrical-coordinate representation of color #BDB538: hue angle of 56.39º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDB538 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18918156-
CMYK00.040.700.26
HSL56.39º54.29%48.04%-
HSV(B)56.39º70.37%74.12%-
XYZ38.2244.1510.25-
YUV169.1464.15142.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 181 (71.09% from 255) = 42.49%
BLUE value IS 56 (22.27% from 255) = 13.15%
R=44.37%
G=42.49%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891815600.040.700.2656.3954.2948.04
HexBDB53804461A383630
Octal275265700410632706660
Binary10111101101101011110000100100011011010111000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB538; }

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

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

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

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

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

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

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

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