#B66357

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

Shades of Sunglo #B66357

Tints of Sunglo #B66357

Color information

#B66357 (or 0xB66357) is unknown color: approx Sunglo. HEX triplet: B6, 63 and 57. RGB value is (182,99,87). Sum of RGB (Red+Green+Blue) = 182+99+87=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B66357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66357 is #499CA8. Grayscale: #7A7A7A. Windows color (decimal): -4824233 or 5727158. OLE color: 5727158.

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

Color convert

RGB1829987-
CMYK00.460.520.29
HSL7.58º39.42%52.75%-
HSV(B)7.58º52.2%71.37%-
XYZ25.4719.5611.45-
YUV122.45108170.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 87 (34.38% from 255) = 23.64%
R=49.46%
G=26.90%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182998700.460.520.297.5839.4252.75
HexB6635702E341D82735
Octal2661431270566435104765
Binary10110110110001110101110101110110100111011000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66357; }

 p { color: rgb(182,99,87); }

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

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

 a { background-color: rgb(182,99,87); }

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

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

 span { border-color: rgb(182,99,87); }

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