#BC4A25

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

Shades of Trinidad #BC4A25

Tints of Trinidad #BC4A25

Color information

#BC4A25 (or 0xBC4A25) is unknown color: approx Trinidad. HEX triplet: BC, 4A and 25. RGB value is (188,74,37). Sum of RGB (Red+Green+Blue) = 188+74+37=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A25 is #43B5DA. Grayscale: #686868. Windows color (decimal): -4437467 or 2443964. OLE color: 2443964.

HSL color Cylindrical-coordinate representation of color #BC4A25: hue angle of 14.7º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC4A25 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1887437-
CMYK00.610.800.26
HSL14.7º67.11%44.12%-
HSV(B)14.7º80.32%73.73%-
XYZ23.5215.723.55-
YUV103.8790.27188.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.88%
GREEN value IS 74 (29.30% from 255) = 24.75%
BLUE value IS 37 (14.84% from 255) = 12.37%
R=62.88%
G=24.75%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188743700.610.800.2614.767.1144.12
HexBC4A2503D501Af432c
Octal27411245075120321710354
Binary101111001001010100101011110110100001101011111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4A25; }

 p { color: rgb(188,74,37); }

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

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

 a { background-color: rgb(188,74,37); }

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

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

 span { border-color: rgb(188,74,37); }

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