#BF625B

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

Shades of Sunglo #BF625B

Tints of Sunglo #BF625B

Color information

#BF625B (or 0xBF625B) is unknown color: approx Sunglo. HEX triplet: BF, 62 and 5B. RGB value is (191,98,91). Sum of RGB (Red+Green+Blue) = 191+98+91=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF625B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF625B is #409DA4. Grayscale: #7D7D7D. Windows color (decimal): -4234661 or 5989055. OLE color: 5989055.

HSL color Cylindrical-coordinate representation of color #BF625B: hue angle of 4.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF625B is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1919891-
CMYK00.490.520.25
HSL4.2º43.86%55.29%-
HSV(B)4.2º52.36%74.9%-
XYZ27.7420.5712.41-
YUV125.01108.81175.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 91 (35.94% from 255) = 23.95%
R=50.26%
G=25.79%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191989100.490.520.254.243.8655.29
HexBF625B031341942c37
Octal277142133061643145467
Binary1011111111000101011011011000111010011001100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF625B; }

 p { color: rgb(191,98,91); }

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

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

 a { background-color: rgb(191,98,91); }

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

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

 span { border-color: rgb(191,98,91); }

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