#BF6251

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

Shades of Sunglo #BF6251

Tints of Sunglo #BF6251

Color information

#BF6251 (or 0xBF6251) is unknown color: approx Sunglo. HEX triplet: BF, 62 and 51. RGB value is (191,98,81). Sum of RGB (Red+Green+Blue) = 191+98+81=370 (49% of max value = 765). Red value is 191 (75% from 255 or 51.62% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6251 is #409DAE. Grayscale: #7C7C7C. Windows color (decimal): -4234671 or 5333695. OLE color: 5333695.

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

Color convert

RGB1919881-
CMYK00.490.580.25
HSL9.27º46.22%53.33%-
HSV(B)9.27º57.59%74.9%-
XYZ27.3420.4110.28-
YUV123.87103.81175.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.62%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 81 (32.03% from 255) = 21.89%
R=51.62%
G=26.49%
B=21.89%

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
Decimal191988100.490.580.259.2746.2253.33
HexBF62510313A1992e35
Octal2771421210617231115665
Binary10111111110001010100010110001111010110011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6251; }

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

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

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

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

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

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

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

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