#BF6855

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

Shades of Sunglo #BF6855

Tints of Sunglo #BF6855

Color information

#BF6855 (or 0xBF6855) is unknown color: approx Sunglo. HEX triplet: BF, 68 and 55. RGB value is (191,104,85). Sum of RGB (Red+Green+Blue) = 191+104+85=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6855 is #4097AA. Grayscale: #808080. Windows color (decimal): -4233131 or 5597375. OLE color: 5597375.

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

Color convert

RGB19110485-
CMYK00.460.550.25
HSL10.75º45.3%54.12%-
HSV(B)10.75º55.5%74.9%-
XYZ28.0821.6311.29-
YUV127.85103.82173.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=50.26%
G=27.37%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911048500.460.550.2510.7545.354.12
HexBF685502E3719b2d36
Octal2771501250566731135566
Binary10111111110100010101010101110110111110011011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6855; }

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

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

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

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

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

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

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

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