#BB4827

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

Shades of Trinidad #BB4827

Tints of Trinidad #BB4827

Color information

#BB4827 (or 0xBB4827) is unknown color: approx Trinidad. HEX triplet: BB, 48 and 27. RGB value is (187,72,39). Sum of RGB (Red+Green+Blue) = 187+72+39=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4827 is #44B7D8. Grayscale: #666666. Windows color (decimal): -4503513 or 2574523. OLE color: 2574523.

HSL color Cylindrical-coordinate representation of color #BB4827: hue angle of 13.38º 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 #BB4827 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB1877239-
CMYK00.610.790.27
HSL13.38º65.49%44.31%-
HSV(B)13.38º79.14%73.33%-
XYZ23.1815.353.66-
YUV102.6292.1188.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.75%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 39 (15.62% from 255) = 13.09%
R=62.75%
G=24.16%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187723900.610.790.2713.3865.4944.31
HexBB482703D4F1Bd412c
Octal27311047075117331510154
Binary101110111001000100111011110110011111101111011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4827; }

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

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

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

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

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

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

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

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