#BDB336

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

Shades of Brass #BDB336

Tints of Brass #BDB336

Color information

#BDB336 (or 0xBDB336) is unknown color: approx Brass. HEX triplet: BD, B3 and 36. RGB value is (189,179,54). Sum of RGB (Red+Green+Blue) = 189+179+54=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB336 is #424CC9. Grayscale: #A8A8A8. Windows color (decimal): -4345034 or 3584957. OLE color: 3584957.

HSL color Cylindrical-coordinate representation of color #BDB336: hue angle of 55.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDB336 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18917954-
CMYK00.050.710.26
HSL55.56º55.56%47.65%-
HSV(B)55.56º71.43%74.12%-
XYZ37.7743.339.86-
YUV167.7463.81143.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 179 (70.31% from 255) = 42.42%
BLUE value IS 54 (21.48% from 255) = 12.80%
R=44.79%
G=42.42%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891795400.050.710.2655.5655.5647.65
HexBDB33605471A383830
Octal275263660510732707060
Binary10111101101100111101100101100011111010111000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB336; }

 p { color: rgb(189,179,54); }

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

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

 a { background-color: rgb(189,179,54); }

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

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

 span { border-color: rgb(189,179,54); }

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