#BC635B

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

Shades of Sunglo #BC635B

Tints of Sunglo #BC635B

Color information

#BC635B (or 0xBC635B) is unknown color: approx Sunglo. HEX triplet: BC, 63 and 5B. RGB value is (188,99,91). Sum of RGB (Red+Green+Blue) = 188+99+91=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC635B is #439CA4. Grayscale: #7C7C7C. Windows color (decimal): -4431013 or 5989308. OLE color: 5989308.

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

Color convert

RGB1889991-
CMYK00.470.520.26
HSL4.95º41.99%54.71%-
HSV(B)4.95º51.6%73.73%-
XYZ27.0920.3712.4-
YUV124.7108.99173.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.74%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=49.74%
G=26.19%
B=24.07%

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
Decimal188999100.470.520.264.9541.9954.71
HexBC635B02F341A52a37
Octal274143133057643255267
Binary1011110011000111011011010111111010011010101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC635B; }

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

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

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

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

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

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

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

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