#BCB33B

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

Shades of Brass #BCB33B

Tints of Brass #BCB33B

Color information

#BCB33B (or 0xBCB33B) is unknown color: approx Brass. HEX triplet: BC, B3 and 3B. RGB value is (188,179,59). Sum of RGB (Red+Green+Blue) = 188+179+59=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB33B is #434CC4. Grayscale: #A8A8A8. Windows color (decimal): -4410565 or 3912636. OLE color: 3912636.

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

Color convert

RGB18817959-
CMYK00.050.690.26
HSL55.81º52.23%48.43%-
HSV(B)55.81º68.62%73.73%-
XYZ37.6543.2510.5-
YUV168.0166.48142.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 59 (23.44% from 255) = 13.85%
R=44.13%
G=42.02%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881795900.050.690.2655.8152.2348.43
HexBCB33B05451A383430
Octal274263730510532706460
Binary10111100101100111110110101100010111010111000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB33B; }

 p { color: rgb(188,179,59); }

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

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

 a { background-color: rgb(188,179,59); }

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

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

 span { border-color: rgb(188,179,59); }

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