#BF6155

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

Shades of Sunglo #BF6155

Tints of Sunglo #BF6155

Color information

#BF6155 (or 0xBF6155) is unknown color: approx Sunglo. HEX triplet: BF, 61 and 55. RGB value is (191,97,85). Sum of RGB (Red+Green+Blue) = 191+97+85=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6155 is #409EAA. Grayscale: #7B7B7B. Windows color (decimal): -4234923 or 5595583. OLE color: 5595583.

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

Color convert

RGB1919785-
CMYK00.490.550.25
HSL6.79º45.3%54.12%-
HSV(B)6.79º55.5%74.9%-
XYZ27.420.2811.06-
YUV123.74106.14175.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 97 (38.28% from 255) = 26.01%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=51.21%
G=26.01%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191978500.490.550.256.7945.354.12
HexBF6155031371972d36
Octal277141125061673175566
Binary1011111111000011010101011000111011111001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6155; }

 p { color: rgb(191,97,85); }

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

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

 a { background-color: rgb(191,97,85); }

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

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

 span { border-color: rgb(191,97,85); }

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