#B8615B

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

Shades of Sunglo #B8615B

Tints of Sunglo #B8615B

Color information

#B8615B (or 0xB8615B) is unknown color: approx Sunglo. HEX triplet: B8, 61 and 5B. RGB value is (184,97,91). Sum of RGB (Red+Green+Blue) = 184+97+91=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B8615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8615B is #479EA4. Grayscale: #7A7A7A. Windows color (decimal): -4693669 or 5988792. OLE color: 5988792.

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

Color convert

RGB1849791-
CMYK00.470.510.28
HSL3.87º39.57%53.92%-
HSV(B)3.87º50.54%72.16%-
XYZ25.9319.512.29-
YUV122.33110.32171.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.46%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=49.46%
G=26.08%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184979100.470.510.283.8739.5753.92
HexB8615B02F331C42836
Octal270141133057633445066
Binary1011100011000011011011010111111001111100100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8615B; }

 p { color: rgb(184,97,91); }

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

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

 a { background-color: rgb(184,97,91); }

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

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

 span { border-color: rgb(184,97,91); }

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