#BC5230

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

Shades of Trinidad #BC5230

Tints of Trinidad #BC5230

Color information

#BC5230 (or 0xBC5230) is unknown color: approx Trinidad. HEX triplet: BC, 52 and 30. RGB value is (188,82,48). Sum of RGB (Red+Green+Blue) = 188+82+48=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5230 is #43ADCF. Grayscale: #6E6E6E. Windows color (decimal): -4435408 or 3166908. OLE color: 3166908.

HSL color Cylindrical-coordinate representation of color #BC5230: hue angle of 14.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC5230 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB1888248-
CMYK00.560.740.26
HSL14.57º59.32%46.27%-
HSV(B)14.57º74.47%73.73%-
XYZ24.2916.944.79-
YUV109.8293.12183.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.12%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 48 (19.14% from 255) = 15.09%
R=59.12%
G=25.79%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188824800.560.740.2614.5759.3246.27
HexBC52300384A1Af3b2e
Octal2741226007011232177356
Binary10111100101001011000001110001001010110101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5230; }

 p { color: rgb(188,82,48); }

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

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

 a { background-color: rgb(188,82,48); }

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

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

 span { border-color: rgb(188,82,48); }

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