#B66758

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

Shades of Sunglo #B66758

Tints of Sunglo #B66758

Color information

#B66758 (or 0xB66758) is unknown color: approx Sunglo. HEX triplet: B6, 67 and 58. RGB value is (182,103,88). Sum of RGB (Red+Green+Blue) = 182+103+88=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B66758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66758 is #4998A7. Grayscale: #7D7D7D. Windows color (decimal): -4823208 or 5793718. OLE color: 5793718.

HSL color Cylindrical-coordinate representation of color #B66758: hue angle of 9.57º 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 #B66758 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18210388-
CMYK00.430.520.29
HSL9.57º39.17%52.94%-
HSV(B)9.57º51.65%71.37%-
XYZ25.920.3511.8-
YUV124.91107.17168.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=48.79%
G=27.61%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821038800.430.520.299.5739.1752.94
HexB6675802B341Da2735
Octal2661471300536435124765
Binary10110110110011110110000101011110100111011010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66758; }

 p { color: rgb(182,103,88); }

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

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

 a { background-color: rgb(182,103,88); }

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

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

 span { border-color: rgb(182,103,88); }

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