#BC5027

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

Shades of Trinidad #BC5027

Tints of Trinidad #BC5027

Color information

#BC5027 (or 0xBC5027) is unknown color: approx Trinidad. HEX triplet: BC, 50 and 27. RGB value is (188,80,39). Sum of RGB (Red+Green+Blue) = 188+80+39=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5027 is #43AFD8. Grayscale: #6B6B6B. Windows color (decimal): -4435929 or 2576572. OLE color: 2576572.

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

Color convert

RGB1888039-
CMYK00.570.790.26
HSL16.51º65.64%44.51%-
HSV(B)16.51º79.26%73.73%-
XYZ23.9716.583.86-
YUV107.6289.28185.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.24%
GREEN value IS 80 (31.64% from 255) = 26.06%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=61.24%
G=26.06%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188803900.570.790.2616.5165.6444.51
HexBC50270394F1A11422d
Octal27412047071117322110255
Binary1011110010100001001110111001100111111010100011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5027; }

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

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

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

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

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

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

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

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