#B76258

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

Shades of Sunglo #B76258

Tints of Sunglo #B76258

Color information

#B76258 (or 0xB76258) is unknown color: approx Sunglo. HEX triplet: B7, 62 and 58. RGB value is (183,98,88). Sum of RGB (Red+Green+Blue) = 183+98+88=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B76258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76258 is #489DA7. Grayscale: #7A7A7A. Windows color (decimal): -4758952 or 5792439. OLE color: 5792439.

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

Color convert

RGB1839888-
CMYK00.460.520.28
HSL6.32º39.75%53.14%-
HSV(B)6.32º51.91%71.76%-
XYZ25.6619.5111.65-
YUV122.28108.66171.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=49.59%
G=26.56%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183988800.460.520.286.3239.7553.14
HexB7625802E341C62835
Octal267142130056643465065
Binary1011011111000101011000010111011010011100110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76258; }

 p { color: rgb(183,98,88); }

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

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

 a { background-color: rgb(183,98,88); }

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

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

 span { border-color: rgb(183,98,88); }

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