#BC6357

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

Shades of Sunglo #BC6357

Tints of Sunglo #BC6357

Color information

#BC6357 (or 0xBC6357) is unknown color: approx Sunglo. HEX triplet: BC, 63 and 57. RGB value is (188,99,87). Sum of RGB (Red+Green+Blue) = 188+99+87=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6357 is #439CA8. Grayscale: #7C7C7C. Windows color (decimal): -4431017 or 5727164. OLE color: 5727164.

HSL color Cylindrical-coordinate representation of color #BC6357: hue angle of 7.13º 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 #BC6357 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1889987-
CMYK00.470.540.26
HSL7.13º42.98%53.92%-
HSV(B)7.13º53.72%73.73%-
XYZ26.9220.311.52-
YUV124.24106.99173.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.27%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=50.27%
G=26.47%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188998700.470.540.267.1342.9853.92
HexBC635702F361A72b36
Octal274143127057663275366
Binary1011110011000111010111010111111011011010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6357; }

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

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

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

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

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

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

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

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