#BC4727

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

Shades of Trinidad #BC4727

Tints of Trinidad #BC4727

Color information

#BC4727 (or 0xBC4727) is unknown color: approx Trinidad. HEX triplet: BC, 47 and 27. RGB value is (188,71,39). Sum of RGB (Red+Green+Blue) = 188+71+39=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4727 is #43B8D8. Grayscale: #666666. Windows color (decimal): -4438233 or 2574268. OLE color: 2574268.

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

Color convert

RGB1887139-
CMYK00.620.790.26
HSL12.89º65.64%44.51%-
HSV(B)12.89º79.26%73.73%-
XYZ23.3615.343.65-
YUV102.3492.26189.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.09%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 39 (15.62% from 255) = 13.09%
R=63.09%
G=23.83%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188713900.620.790.2612.8965.6444.51
HexBC472703E4F1Ad422d
Octal27410747076117321510255
Binary101111001000111100111011111010011111101011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4727; }

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

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

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

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

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

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

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

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