#BCB435

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

Shades of Brass #BCB435

Tints of Brass #BCB435

Color information

#BCB435 (or 0xBCB435) is unknown color: approx Brass. HEX triplet: BC, B4 and 35. RGB value is (188,180,53). Sum of RGB (Red+Green+Blue) = 188+180+53=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB435 is #434BCA. Grayscale: #A8A8A8. Windows color (decimal): -4410315 or 3519676. OLE color: 3519676.

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

Color convert

RGB18818053-
CMYK00.040.720.26
HSL56.44º56.02%47.25%-
HSV(B)56.44º71.81%73.73%-
XYZ37.743.599.79-
YUV167.9163.15142.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 53 (21.09% from 255) = 12.59%
R=44.66%
G=42.76%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881805300.040.720.2656.4456.0247.25
HexBCB43504481A38382f
Octal274264650411032707057
Binary10111100101101001101010100100100011010111000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB435; }

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

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

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

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

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

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

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

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