#BC6358

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

Shades of Sunglo #BC6358

Tints of Sunglo #BC6358

Color information

#BC6358 (or 0xBC6358) is unknown color: approx Sunglo. HEX triplet: BC, 63 and 58. RGB value is (188,99,88). Sum of RGB (Red+Green+Blue) = 188+99+88=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6358 is #439CA7. Grayscale: #7C7C7C. Windows color (decimal): -4431016 or 5792700. OLE color: 5792700.

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

Color convert

RGB1889988-
CMYK00.470.530.26
HSL6.6º42.74%54.12%-
HSV(B)6.6º53.19%73.73%-
XYZ26.9620.3211.73-
YUV124.36107.49173.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=50.13%
G=26.4%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188998800.470.530.266.642.7454.12
HexBC635802F351A72b36
Octal274143130057653275366
Binary1011110011000111011000010111111010111010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6358; }

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

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

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

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

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

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

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

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