#BF625E

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

Shades of Sunglo #BF625E

Tints of Sunglo #BF625E

Color information

#BF625E (or 0xBF625E) is unknown color: approx Sunglo. HEX triplet: BF, 62 and 5E. RGB value is (191,98,94). Sum of RGB (Red+Green+Blue) = 191+98+94=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF625E is #409DA1. Grayscale: #7D7D7D. Windows color (decimal): -4234658 or 6185663. OLE color: 6185663.

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

Color convert

RGB1919894-
CMYK00.490.510.25
HSL2.47º43.11%55.88%-
HSV(B)2.47º50.79%74.9%-
XYZ27.8720.6213.1-
YUV125.35110.31174.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 98 (38.67% from 255) = 25.59%
BLUE value IS 94 (37.11% from 255) = 24.54%
R=49.87%
G=25.59%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191989400.490.510.252.4743.1155.88
HexBF625E031331922b38
Octal277142136061633125370
Binary101111111100010101111001100011100111100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF625E; }

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

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

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

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

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

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

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

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