#bf6c55

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

Shades of Sunglo #BF6C55

Tints of Sunglo #BF6C55

Color information

#BF6C55 (or 0xBF6C55) is unknown color: approx Sunglo. HEX triplet: BF, 6C and 55. RGB value is (191,108,85). Sum of RGB (Red+Green+Blue) = 191+108+85=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6C55 is #4093AA. Grayscale: #828282. Windows color (decimal): -4232107 or 5598399. OLE color: 5598399.

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

Color convert

RGB19110885-
CMYK00.430.550.25
HSL13.02º45.3%54.12%-
HSV(B)13.02º55.5%74.9%-
XYZ28.4922.4611.43-
YUV130.2102.5171.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=49.74%
G=28.12%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911088500.430.550.2513.0245.354.12
HexBF6C5502B3719d2d36
Octal2771541250536731155566
Binary10111111110110010101010101011110111110011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6c55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6c55; }

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

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

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

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

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

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

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

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