#BDB438

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

Shades of Brass #BDB438

Tints of Brass #BDB438

Color information

#BDB438 (or 0xBDB438) is unknown color: approx Brass. HEX triplet: BD, B4 and 38. RGB value is (189,180,56). Sum of RGB (Red+Green+Blue) = 189+180+56=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB438 is #424BC7. Grayscale: #A9A9A9. Windows color (decimal): -4344776 or 3716285. OLE color: 3716285.

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

Color convert

RGB18918056-
CMYK00.050.700.26
HSL55.94º54.29%48.04%-
HSV(B)55.94º70.37%74.12%-
XYZ38.0243.7510.18-
YUV168.5664.48142.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.47%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 56 (22.27% from 255) = 13.18%
R=44.47%
G=42.35%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891805600.050.700.2655.9454.2948.04
HexBDB43805461A383630
Octal275264700510632706660
Binary10111101101101001110000101100011011010111000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB438; }

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

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

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

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

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

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

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

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