#BC4829

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

Shades of Trinidad #BC4829

Tints of Trinidad #BC4829

Color information

#BC4829 (or 0xBC4829) is unknown color: approx Trinidad. HEX triplet: BC, 48 and 29. RGB value is (188,72,41). Sum of RGB (Red+Green+Blue) = 188+72+41=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4829 is #43B7D6. Grayscale: #676767. Windows color (decimal): -4437975 or 2705596. OLE color: 2705596.

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

Color convert

RGB1887241-
CMYK00.620.780.26
HSL12.65º64.19%44.9%-
HSV(B)12.65º78.19%73.73%-
XYZ23.4615.493.85-
YUV103.1592.93188.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.46%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=62.46%
G=23.92%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188724100.620.780.2612.6564.1944.9
HexBC482903E4E1Ad402d
Octal27411051076116321510055
Binary101111001001000101001011111010011101101011011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4829; }

 p { color: rgb(188,72,41); }

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

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

 a { background-color: rgb(188,72,41); }

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

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

 span { border-color: rgb(188,72,41); }

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