#BC655A

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

Shades of Sunglo #BC655A

Tints of Sunglo #BC655A

Color information

#BC655A (or 0xBC655A) is unknown color: approx Sunglo. HEX triplet: BC, 65 and 5A. RGB value is (188,101,90). Sum of RGB (Red+Green+Blue) = 188+101+90=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC655A is #439AA5. Grayscale: #7D7D7D. Windows color (decimal): -4430502 or 5924284. OLE color: 5924284.

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

Color convert

RGB18810190-
CMYK00.460.520.26
HSL6.73º42.24%54.51%-
HSV(B)6.73º52.13%73.73%-
XYZ27.2420.7412.24-
YUV125.76107.82172.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=49.60%
G=26.65%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881019000.460.520.266.7342.2454.51
HexBC655A02E341A72a37
Octal274145132056643275267
Binary1011110011001011011010010111011010011010111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC655A; }

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

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

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

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

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

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

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

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