#BCB636

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

Shades of Brass #BCB636

Tints of Brass #BCB636

Color information

#BCB636 (or 0xBCB636) is unknown color: approx Brass. HEX triplet: BC, B6 and 36. RGB value is (188,182,54). Sum of RGB (Red+Green+Blue) = 188+182+54=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB636 is #4349C9. Grayscale: #A9A9A9. Windows color (decimal): -4409802 or 3585724. OLE color: 3585724.

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

Color convert

RGB18818254-
CMYK00.030.710.26
HSL57.31º55.37%47.45%-
HSV(B)57.31º71.28%73.73%-
XYZ38.1344.4110.05-
YUV169.262.99141.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 182 (71.48% from 255) = 42.92%
BLUE value IS 54 (21.48% from 255) = 12.74%
R=44.34%
G=42.92%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881825400.030.710.2657.3155.3747.45
HexBCB63603471A39372f
Octal274266660310732716757
Binary1011110010110110110110011100011111010111001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB636; }

 p { color: rgb(188,182,54); }

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

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

 a { background-color: rgb(188,182,54); }

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

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

 span { border-color: rgb(188,182,54); }

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