#BB625C

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

Shades of Sunglo #BB625C

Tints of Sunglo #BB625C

Color information

#BB625C (or 0xBB625C) is unknown color: approx Sunglo. HEX triplet: BB, 62 and 5C. RGB value is (187,98,92). Sum of RGB (Red+Green+Blue) = 187+98+92=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB625C is #449DA3. Grayscale: #7C7C7C. Windows color (decimal): -4496804 or 6054587. OLE color: 6054587.

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

Color convert

RGB1879892-
CMYK00.480.510.27
HSL3.79º41.13%54.71%-
HSV(B)3.79º50.8%73.33%-
XYZ26.7920.0712.59-
YUV123.93109.99172.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=49.60%
G=25.99%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187989200.480.510.273.7941.1354.71
HexBB625C030331B42937
Octal273142134060633345167
Binary1011101111000101011100011000011001111011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB625C; }

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

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

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

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

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

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

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

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