#BC4D2A

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

Shades of Trinidad #BC4D2A

Tints of Trinidad #BC4D2A

Color information

#BC4D2A (or 0xBC4D2A) is unknown color: approx Trinidad. HEX triplet: BC, 4D and 2A. RGB value is (188,77,42). Sum of RGB (Red+Green+Blue) = 188+77+42=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D2A is #43B2D5. Grayscale: #6A6A6A. Windows color (decimal): -4436694 or 2772412. OLE color: 2772412.

HSL color Cylindrical-coordinate representation of color #BC4D2A: hue angle of 14.38º degrees, saturation: 0.63, 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 #BC4D2A is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB1887742-
CMYK00.590.780.26
HSL14.38º63.48%45.1%-
HSV(B)14.38º77.66%73.73%-
XYZ23.8116.174.06-
YUV106.291.77186.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.24%
GREEN value IS 77 (30.47% from 255) = 25.08%
BLUE value IS 42 (16.80% from 255) = 13.68%
R=61.24%
G=25.08%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188774200.590.780.2614.3863.4845.1
HexBC4D2A03B4E1Ae3f2d
Octal2741155207311632167755
Binary10111100100110110101001110111001110110101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D2A; }

 p { color: rgb(188,77,42); }

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

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

 a { background-color: rgb(188,77,42); }

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

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

 span { border-color: rgb(188,77,42); }

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