#BB4727

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

Shades of Trinidad #BB4727

Tints of Trinidad #BB4727

Color information

#BB4727 (or 0xBB4727) is unknown color: approx Trinidad. HEX triplet: BB, 47 and 27. RGB value is (187,71,39). Sum of RGB (Red+Green+Blue) = 187+71+39=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4727 is #44B8D8. Grayscale: #666666. Windows color (decimal): -4503769 or 2574267. OLE color: 2574267.

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

Color convert

RGB1877139-
CMYK00.620.790.27
HSL12.97º65.49%44.31%-
HSV(B)12.97º79.14%73.33%-
XYZ23.1115.223.64-
YUV102.0492.43188.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.96%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 39 (15.62% from 255) = 13.13%
R=62.96%
G=23.91%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187713900.620.790.2712.9765.4944.31
HexBB472703E4F1Bd412c
Octal27310747076117331510154
Binary101110111000111100111011111010011111101111011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4727; }

 p { color: rgb(187,71,39); }

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

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

 a { background-color: rgb(187,71,39); }

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

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

 span { border-color: rgb(187,71,39); }

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