#BB625A

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

Shades of Sunglo #BB625A

Tints of Sunglo #BB625A

Color information

#BB625A (or 0xBB625A) is unknown color: approx Sunglo. HEX triplet: BB, 62 and 5A. RGB value is (187,98,90). Sum of RGB (Red+Green+Blue) = 187+98+90=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB625A is #449DA5. Grayscale: #7B7B7B. Windows color (decimal): -4496806 or 5923515. OLE color: 5923515.

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

Color convert

RGB1879890-
CMYK00.480.520.27
HSL4.95º41.63%54.31%-
HSV(B)4.95º51.87%73.33%-
XYZ26.7120.0412.13-
YUV123.7108.99173.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 90 (35.55% from 255) = 24%
R=49.87%
G=26.13%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187989000.480.520.274.9541.6354.31
HexBB625A030341B52a36
Octal273142132060643355266
Binary1011101111000101011010011000011010011011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB625A; }

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

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

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

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

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

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

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

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