#BB625F

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

Shades of Sunglo #BB625F

Tints of Sunglo #BB625F

Color information

#BB625F (or 0xBB625F) is unknown color: approx Sunglo. HEX triplet: BB, 62 and 5F. RGB value is (187,98,95). Sum of RGB (Red+Green+Blue) = 187+98+95=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB625F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB625F is #449DA0. Grayscale: #7C7C7C. Windows color (decimal): -4496801 or 6251195. OLE color: 6251195.

HSL color Cylindrical-coordinate representation of color #BB625F: hue angle of 1.96º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB625F is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1879895-
CMYK00.480.490.27
HSL1.96º40.35%55.29%-
HSV(B)1.96º49.2%73.33%-
XYZ26.9320.1313.29-
YUV124.27111.49172.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.21%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 95 (37.5% from 255) = 25%
R=49.21%
G=25.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187989500.480.490.271.9640.3555.29
HexBB625F030311B22837
Octal273142137060613325067
Binary101110111100010101111101100001100011101110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB625F; }

 p { color: rgb(187,98,95); }

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

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

 a { background-color: rgb(187,98,95); }

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

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

 span { border-color: rgb(187,98,95); }

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