#BF6853

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

Shades of Sunglo #BF6853

Tints of Sunglo #BF6853

Color information

#BF6853 (or 0xBF6853) is unknown color: approx Sunglo. HEX triplet: BF, 68 and 53. RGB value is (191,104,83). Sum of RGB (Red+Green+Blue) = 191+104+83=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6853 is #4097AC. Grayscale: #7F7F7F. Windows color (decimal): -4233133 or 5466303. OLE color: 5466303.

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

Color convert

RGB19110483-
CMYK00.460.570.25
HSL11.67º45.76%53.73%-
HSV(B)11.67º56.54%74.9%-
XYZ2821.610.88-
YUV127.62102.82173.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 83 (32.81% from 255) = 21.96%
R=50.53%
G=27.51%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911048300.460.570.2511.6745.7653.73
HexBF685302E3919c2e36
Octal2771501230567131145666
Binary10111111110100010100110101110111001110011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6853; }

 p { color: rgb(191,104,83); }

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

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

 a { background-color: rgb(191,104,83); }

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

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

 span { border-color: rgb(191,104,83); }

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