#BB502A

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

Shades of Trinidad #BB502A

Tints of Trinidad #BB502A

Color information

#BB502A (or 0xBB502A) is unknown color: approx Trinidad. HEX triplet: BB, 50 and 2A. RGB value is (187,80,42). Sum of RGB (Red+Green+Blue) = 187+80+42=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB502A is #44AFD5. Grayscale: #6B6B6B. Windows color (decimal): -4501462 or 2773179. OLE color: 2773179.

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

Color convert

RGB1878042-
CMYK00.570.780.27
HSL15.72º63.32%44.9%-
HSV(B)15.72º77.54%73.33%-
XYZ23.7816.474.12-
YUV107.6690.95184.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.52%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=60.52%
G=25.89%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187804200.570.780.2715.7263.3244.9
HexBB502A0394E1B103f2d
Octal2731205207111633207755
Binary101110111010000101010011100110011101101110000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB502A; }

 p { color: rgb(187,80,42); }

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

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

 a { background-color: rgb(187,80,42); }

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

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

 span { border-color: rgb(187,80,42); }

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