#B76359

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

Shades of Sunglo #B76359

Tints of Sunglo #B76359

Color information

#B76359 (or 0xB76359) is unknown color: approx Sunglo. HEX triplet: B7, 63 and 59. RGB value is (183,99,89). Sum of RGB (Red+Green+Blue) = 183+99+89=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B76359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76359 is #489CA6. Grayscale: #7B7B7B. Windows color (decimal): -4758695 or 5858231. OLE color: 5858231.

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

Color convert

RGB1839989-
CMYK00.460.510.28
HSL6.38º39.5%53.33%-
HSV(B)6.38º51.37%71.76%-
XYZ25.7919.7111.9-
YUV122.98108.83170.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=49.33%
G=26.68%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183998900.460.510.286.3839.553.33
HexB7635902E331C62735
Octal267143131056633464765
Binary1011011111000111011001010111011001111100110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76359; }

 p { color: rgb(183,99,89); }

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

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

 a { background-color: rgb(183,99,89); }

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

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

 span { border-color: rgb(183,99,89); }

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