#BC675A

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

Shades of Sunglo #BC675A

Tints of Sunglo #BC675A

Color information

#BC675A (or 0xBC675A) is unknown color: approx Sunglo. HEX triplet: BC, 67 and 5A. RGB value is (188,103,90). Sum of RGB (Red+Green+Blue) = 188+103+90=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC675A is #4398A5. Grayscale: #7F7F7F. Windows color (decimal): -4429990 or 5924796. OLE color: 5924796.

HSL color Cylindrical-coordinate representation of color #BC675A: hue angle of 7.96º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC675A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18810390-
CMYK00.450.520.26
HSL7.96º42.24%54.51%-
HSV(B)7.96º52.13%73.73%-
XYZ27.4321.1312.31-
YUV126.93107.16171.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.34%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=49.34%
G=27.03%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881039000.450.520.267.9642.2454.51
HexBC675A02D341A82a37
Octal2741471320556432105267
Binary10111100110011110110100101101110100110101000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC675A; }

 p { color: rgb(188,103,90); }

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

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

 a { background-color: rgb(188,103,90); }

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

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

 span { border-color: rgb(188,103,90); }

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