#BC635D

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

Shades of Sunglo #BC635D

Tints of Sunglo #BC635D

Color information

#BC635D (or 0xBC635D) is unknown color: approx Sunglo. HEX triplet: BC, 63 and 5D. RGB value is (188,99,93). Sum of RGB (Red+Green+Blue) = 188+99+93=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC635D is #439CA2. Grayscale: #7D7D7D. Windows color (decimal): -4431011 or 6120380. OLE color: 6120380.

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

Color convert

RGB1889993-
CMYK00.470.510.26
HSL3.79º41.48%55.1%-
HSV(B)3.79º50.53%73.73%-
XYZ27.1820.4112.86-
YUV124.93109.99172.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 93 (36.72% from 255) = 24.47%
R=49.47%
G=26.05%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188999300.470.510.263.7941.4855.1
HexBC635D02F331A42937
Octal274143135057633245167
Binary1011110011000111011101010111111001111010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC635D; }

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

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

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

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

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

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

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

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