#B6655A

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

Shades of Sunglo #B6655A

Tints of Sunglo #B6655A

Color information

#B6655A (or 0xB6655A) is unknown color: approx Sunglo. HEX triplet: B6, 65 and 5A. RGB value is (182,101,90). Sum of RGB (Red+Green+Blue) = 182+101+90=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B6655A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6655A is #499AA5. Grayscale: #7C7C7C. Windows color (decimal): -4823718 or 5924278. OLE color: 5924278.

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

Color convert

RGB18210190-
CMYK00.450.510.29
HSL7.17º38.66%53.33%-
HSV(B)7.17º50.55%71.37%-
XYZ25.7919.9912.17-
YUV123.96108.84169.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 101 (39.84% from 255) = 27.08%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=48.79%
G=27.08%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821019000.450.510.297.1738.6653.33
HexB6655A02D331D72735
Octal266145132055633574765
Binary1011011011001011011010010110111001111101111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6655A; }

 p { color: rgb(182,101,90); }

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

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

 a { background-color: rgb(182,101,90); }

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

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

 span { border-color: rgb(182,101,90); }

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