#BB502B

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

Shades of Trinidad #BB502B

Tints of Trinidad #BB502B

Color information

#BB502B (or 0xBB502B) is unknown color: approx Trinidad. HEX triplet: BB, 50 and 2B. RGB value is (187,80,43). Sum of RGB (Red+Green+Blue) = 187+80+43=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB502B is #44AFD4. Grayscale: #6C6C6C. Windows color (decimal): -4501461 or 2838715. OLE color: 2838715.

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

Color convert

RGB1878043-
CMYK00.570.770.27
HSL15.42º62.61%45.1%-
HSV(B)15.42º77.01%73.33%-
XYZ23.816.484.21-
YUV107.7891.45184.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.32%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 43 (17.19% from 255) = 13.87%
R=60.32%
G=25.81%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187804300.570.770.2715.4262.6145.1
HexBB502B0394D1Bf3f2d
Octal2731205307111533177755
Binary10111011101000010101101110011001101110111111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB502B; }

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

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

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

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

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

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

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

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