#B8605B

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

Shades of Sunglo #B8605B

Tints of Sunglo #B8605B

Color information

#B8605B (or 0xB8605B) is unknown color: approx Sunglo. HEX triplet: B8, 60 and 5B. RGB value is (184,96,91). Sum of RGB (Red+Green+Blue) = 184+96+91=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B8605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8605B is #479FA4. Grayscale: #797979. Windows color (decimal): -4693925 or 5988536. OLE color: 5988536.

HSL color Cylindrical-coordinate representation of color #B8605B: hue angle of 3.23º 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 #B8605B is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB1849691-
CMYK00.480.510.28
HSL3.23º39.57%53.92%-
HSV(B)3.23º50.54%72.16%-
XYZ25.8419.3112.26-
YUV121.74110.65172.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 91 (35.94% from 255) = 24.53%
R=49.60%
G=25.88%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184969100.480.510.283.2339.5753.92
HexB8605B030331C32836
Octal270140133060633435066
Binary101110001100000101101101100001100111110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8605B; }

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

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

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

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

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

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

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

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