#BB4A29

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

Shades of Trinidad #BB4A29

Tints of Trinidad #BB4A29

Color information

#BB4A29 (or 0xBB4A29) is unknown color: approx Trinidad. HEX triplet: BB, 4A and 29. RGB value is (187,74,41). Sum of RGB (Red+Green+Blue) = 187+74+41=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A29 is #44B5D6. Grayscale: #686868. Windows color (decimal): -4502999 or 2706107. OLE color: 2706107.

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

Color convert

RGB1877441-
CMYK00.600.780.27
HSL13.56º64.04%44.71%-
HSV(B)13.56º78.07%73.33%-
XYZ23.3415.623.88-
YUV104.0292.44187.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.92%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 41 (16.41% from 255) = 13.58%
R=61.92%
G=24.50%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187744100.600.780.2713.5664.0444.71
HexBB4A2903C4E1Be402d
Octal27311251074116331610055
Binary101110111001010101001011110010011101101111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A29; }

 p { color: rgb(187,74,41); }

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

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

 a { background-color: rgb(187,74,41); }

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

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

 span { border-color: rgb(187,74,41); }

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