#BC635A

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

Shades of Sunglo #BC635A

Tints of Sunglo #BC635A

Color information

#BC635A (or 0xBC635A) is unknown color: approx Sunglo. HEX triplet: BC, 63 and 5A. RGB value is (188,99,90). Sum of RGB (Red+Green+Blue) = 188+99+90=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC635A is #439CA5. Grayscale: #7C7C7C. Windows color (decimal): -4431014 or 5923772. OLE color: 5923772.

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

Color convert

RGB1889990-
CMYK00.470.520.26
HSL5.51º42.24%54.51%-
HSV(B)5.51º52.13%73.73%-
XYZ27.0520.3512.18-
YUV124.58108.49173.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=49.87%
G=26.26%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188999000.470.520.265.5142.2454.51
HexBC635A02F341A62a37
Octal274143132057643265267
Binary1011110011000111011010010111111010011010110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC635A; }

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

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

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

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

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

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

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

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