#BF6151

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

Shades of Sunglo #BF6151

Tints of Sunglo #BF6151

Color information

#BF6151 (or 0xBF6151) is unknown color: approx Sunglo. HEX triplet: BF, 61 and 51. RGB value is (191,97,81). Sum of RGB (Red+Green+Blue) = 191+97+81=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6151 is #409EAE. Grayscale: #7B7B7B. Windows color (decimal): -4234927 or 5333439. OLE color: 5333439.

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

Color convert

RGB1919781-
CMYK00.490.580.25
HSL8.73º46.22%53.33%-
HSV(B)8.73º57.59%74.9%-
XYZ27.2520.2210.25-
YUV123.28104.14176.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 81 (32.03% from 255) = 21.95%
R=51.76%
G=26.29%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191978100.490.580.258.7346.2253.33
HexBF61510313A1992e35
Octal2771411210617231115665
Binary10111111110000110100010110001111010110011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6151; }

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

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

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

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

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

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

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

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