#BC6257

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

Shades of Sunglo #BC6257

Tints of Sunglo #BC6257

Color information

#BC6257 (or 0xBC6257) is unknown color: approx Sunglo. HEX triplet: BC, 62 and 57. RGB value is (188,98,87). Sum of RGB (Red+Green+Blue) = 188+98+87=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6257 is #439DA8. Grayscale: #7B7B7B. Windows color (decimal): -4431273 or 5726908. OLE color: 5726908.

HSL color Cylindrical-coordinate representation of color #BC6257: hue angle of 6.53º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC6257 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1889887-
CMYK00.480.540.26
HSL6.53º42.98%53.92%-
HSV(B)6.53º53.72%73.73%-
XYZ26.8320.1111.49-
YUV123.66107.32173.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.40%
GREEN value IS 98 (38.67% from 255) = 26.27%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=50.40%
G=26.27%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188988700.480.540.266.5342.9853.92
HexBC6257030361A72b36
Octal274142127060663275366
Binary1011110011000101010111011000011011011010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6257; }

 p { color: rgb(188,98,87); }

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

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

 a { background-color: rgb(188,98,87); }

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

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

 span { border-color: rgb(188,98,87); }

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