#BF6751

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

Shades of Sunglo #BF6751

Tints of Sunglo #BF6751

Color information

#BF6751 (or 0xBF6751) is unknown color: approx Sunglo. HEX triplet: BF, 67 and 51. RGB value is (191,103,81). Sum of RGB (Red+Green+Blue) = 191+103+81=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6751 is #4098AE. Grayscale: #7E7E7E. Windows color (decimal): -4233391 or 5334975. OLE color: 5334975.

HSL color Cylindrical-coordinate representation of color #BF6751: hue angle of 12º 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 #BF6751 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19110381-
CMYK00.460.580.25
HSL12º46.22%53.33%-
HSV(B)12º57.59%74.9%-
XYZ27.8221.3710.44-
YUV126.8102.15173.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.93%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 81 (32.03% from 255) = 21.6%
R=50.93%
G=27.47%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911038100.460.580.251246.2253.33
HexBF675102E3A19c2e35
Octal2771471210567231145665
Binary10111111110011110100010101110111010110011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6751; }

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

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

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

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

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

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

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

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