#bc4728

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

Shades of Trinidad #BC4728

Tints of Trinidad #BC4728

Color information

#BC4728 (or 0xBC4728) is unknown color: approx Trinidad. HEX triplet: BC, 47 and 28. RGB value is (188,71,40). Sum of RGB (Red+Green+Blue) = 188+71+40=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4728 is #43B8D7. Grayscale: #666666. Windows color (decimal): -4438232 or 2639804. OLE color: 2639804.

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

Color convert

RGB1887140-
CMYK00.620.790.26
HSL12.57º64.91%44.71%-
HSV(B)12.57º78.72%73.73%-
XYZ23.3815.353.74-
YUV102.4592.76189.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.88%
GREEN value IS 71 (28.12% from 255) = 23.75%
BLUE value IS 40 (16.02% from 255) = 13.38%
R=62.88%
G=23.75%
B=13.38%

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
Decimal188714000.620.790.2612.5764.9144.71
HexBC472803E4F1Ad412d
Octal27410750076117321510155
Binary101111001000111101000011111010011111101011011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4728; }

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

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

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

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

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

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

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

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