#bb4d2c

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

Shades of Trinidad #BB4D2C

Tints of Trinidad #BB4D2C

Color information

#BB4D2C (or 0xBB4D2C) is unknown color: approx Trinidad. HEX triplet: BB, 4D and 2C. RGB value is (187,77,44). Sum of RGB (Red+Green+Blue) = 187+77+44=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D2C is #44B2D3. Grayscale: #6A6A6A. Windows color (decimal): -4502228 or 2903483. OLE color: 2903483.

HSL color Cylindrical-coordinate representation of color #BB4D2C: hue angle of 13.85º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB4D2C is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1877744-
CMYK00.590.760.27
HSL13.85º61.9%45.29%-
HSV(B)13.85º76.47%73.33%-
XYZ23.616.054.24-
YUV106.1392.94185.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.71%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 14.29%
R=60.71%
G=25%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187774400.590.760.2713.8561.945.29
HexBB4D2C03B4C1Be3e2d
Octal2731155407311433167655
Binary10111011100110110110001110111001100110111110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4d2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4d2c; }

 p { color: rgb(187,77,44); }

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

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

 a { background-color: rgb(187,77,44); }

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

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

 span { border-color: rgb(187,77,44); }

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