#BC502F

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

Shades of Trinidad #BC502F

Tints of Trinidad #BC502F

Color information

#BC502F (or 0xBC502F) is unknown color: approx Trinidad. HEX triplet: BC, 50 and 2F. RGB value is (188,80,47). Sum of RGB (Red+Green+Blue) = 188+80+47=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC502F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC502F is #43AFD0. Grayscale: #6C6C6C. Windows color (decimal): -4435921 or 3100860. OLE color: 3100860.

HSL color Cylindrical-coordinate representation of color #BC502F: hue angle of 14.04º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC502F is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB1888047-
CMYK00.570.750.26
HSL14.04º60%46.08%-
HSV(B)14.04º75%73.73%-
XYZ24.1216.634.63-
YUV108.5393.28184.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.68%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 47 (18.75% from 255) = 14.92%
R=59.68%
G=25.40%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188804700.570.750.2614.046046.08
HexBC502F0394B1Ae3c2e
Octal2741205707111332167456
Binary10111100101000010111101110011001011110101110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC502F; }

 p { color: rgb(188,80,47); }

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

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

 a { background-color: rgb(188,80,47); }

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

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

 span { border-color: rgb(188,80,47); }

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