#B8625D

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

Shades of Sunglo #B8625D

Tints of Sunglo #B8625D

Color information

#B8625D (or 0xB8625D) is unknown color: approx Sunglo. HEX triplet: B8, 62 and 5D. RGB value is (184,98,93). Sum of RGB (Red+Green+Blue) = 184+98+93=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8625D is #479DA2. Grayscale: #7B7B7B. Windows color (decimal): -4693411 or 6120120. OLE color: 6120120.

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

Color convert

RGB1849893-
CMYK00.470.490.28
HSL3.3º39.06%54.31%-
HSV(B)3.3º49.46%72.16%-
XYZ26.1119.7212.79-
YUV123.14110.99171.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=49.07%
G=26.13%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184989300.470.490.283.339.0654.31
HexB8625D02F311C32736
Octal270142135057613434766
Binary101110001100010101110101011111100011110011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8625D; }

 p { color: rgb(184,98,93); }

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

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

 a { background-color: rgb(184,98,93); }

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

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

 span { border-color: rgb(184,98,93); }

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