#BC4827

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

Shades of Trinidad #BC4827

Tints of Trinidad #BC4827

Color information

#BC4827 (or 0xBC4827) is unknown color: approx Trinidad. HEX triplet: BC, 48 and 27. RGB value is (188,72,39). Sum of RGB (Red+Green+Blue) = 188+72+39=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4827 is #43B7D8. Grayscale: #676767. Windows color (decimal): -4437977 or 2574524. OLE color: 2574524.

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

Color convert

RGB1887239-
CMYK00.620.790.26
HSL13.29º65.64%44.51%-
HSV(B)13.29º79.26%73.73%-
XYZ23.4215.473.67-
YUV102.9291.93188.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.88%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 39 (15.62% from 255) = 13.04%
R=62.88%
G=24.08%
B=13.04%

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
Decimal188723900.620.790.2613.2965.6444.51
HexBC482703E4F1Ad422d
Octal27411047076117321510255
Binary101111001001000100111011111010011111101011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4827; }

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

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

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

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

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

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

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

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