#BC4627

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

Shades of Trinidad #BC4627

Tints of Trinidad #BC4627

Color information

#BC4627 (or 0xBC4627) is unknown color: approx Trinidad. HEX triplet: BC, 46 and 27. RGB value is (188,70,39). Sum of RGB (Red+Green+Blue) = 188+70+39=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4627 is #43B9D8. Grayscale: #656565. Windows color (decimal): -4438489 or 2574012. OLE color: 2574012.

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

Color convert

RGB1887039-
CMYK00.630.790.26
HSL12.48º65.64%44.51%-
HSV(B)12.48º79.26%73.73%-
XYZ23.315.223.63-
YUV101.7592.59189.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.30%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 39 (15.62% from 255) = 13.13%
R=63.30%
G=23.57%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188703900.630.790.2612.4865.6444.51
HexBC462703F4F1Ac422d
Octal27410647077117321410255
Binary101111001000110100111011111110011111101011001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4627; }

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

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

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

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

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

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

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

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