#B8635E

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

Shades of Sunglo #B8635E

Tints of Sunglo #B8635E

Color information

#B8635E (or 0xB8635E) is unknown color: approx Sunglo. HEX triplet: B8, 63 and 5E. RGB value is (184,99,94). Sum of RGB (Red+Green+Blue) = 184+99+94=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8635E is #479CA1. Grayscale: #7B7B7B. Windows color (decimal): -4693154 or 6185912. OLE color: 6185912.

HSL color Cylindrical-coordinate representation of color #B8635E: hue angle of 3.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8635E is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1849994-
CMYK00.460.490.28
HSL3.33º38.79%54.51%-
HSV(B)3.33º48.91%72.16%-
XYZ26.2519.9213.05-
YUV123.84111.16170.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=48.81%
G=26.26%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184999400.460.490.283.3338.7954.51
HexB8635E02E311C32737
Octal270143136056613434767
Binary101110001100011101111001011101100011110011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8635E; }

 p { color: rgb(184,99,94); }

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

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

 a { background-color: rgb(184,99,94); }

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

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

 span { border-color: rgb(184,99,94); }

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