#BCB436

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

Shades of Brass #BCB436

Tints of Brass #BCB436

Color information

#BCB436 (or 0xBCB436) is unknown color: approx Brass. HEX triplet: BC, B4 and 36. RGB value is (188,180,54). Sum of RGB (Red+Green+Blue) = 188+180+54=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB436 is #434BC9. Grayscale: #A8A8A8. Windows color (decimal): -4410314 or 3585212. OLE color: 3585212.

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

Color convert

RGB18818054-
CMYK00.040.710.26
HSL56.42º55.37%47.45%-
HSV(B)56.42º71.28%73.73%-
XYZ37.7343.69.92-
YUV168.0363.65142.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 180 (70.70% from 255) = 42.65%
BLUE value IS 54 (21.48% from 255) = 12.80%
R=44.55%
G=42.65%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881805400.040.710.2656.4255.3747.45
HexBCB43604471A38372f
Octal274264660410732706757
Binary10111100101101001101100100100011111010111000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB436; }

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

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

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

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

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

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

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

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