#BF6551

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

Shades of Sunglo #BF6551

Tints of Sunglo #BF6551

Color information

#BF6551 (or 0xBF6551) is unknown color: approx Sunglo. HEX triplet: BF, 65 and 51. RGB value is (191,101,81). Sum of RGB (Red+Green+Blue) = 191+101+81=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6551 is #409AAE. Grayscale: #7D7D7D. Windows color (decimal): -4233903 or 5334463. OLE color: 5334463.

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

Color convert

RGB19110181-
CMYK00.470.580.25
HSL10.91º46.22%53.33%-
HSV(B)10.91º57.59%74.9%-
XYZ27.6220.9810.38-
YUV125.63102.82174.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=51.21%
G=27.08%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911018100.470.580.2510.9146.2253.33
HexBF655102F3A19b2e35
Octal2771451210577231135665
Binary10111111110010110100010101111111010110011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6551; }

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

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

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

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

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

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

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

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