#B6665A

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

Shades of Sunglo #B6665A

Tints of Sunglo #B6665A

Color information

#B6665A (or 0xB6665A) is unknown color: approx Sunglo. HEX triplet: B6, 66 and 5A. RGB value is (182,102,90). Sum of RGB (Red+Green+Blue) = 182+102+90=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6665A is #4999A5. Grayscale: #7C7C7C. Windows color (decimal): -4823462 or 5924534. OLE color: 5924534.

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

Color convert

RGB18210290-
CMYK00.440.510.29
HSL7.83º38.66%53.33%-
HSV(B)7.83º50.55%71.37%-
XYZ25.8920.1912.2-
YUV124.55108.5168.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=48.66%
G=27.27%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821029000.440.510.297.8338.6653.33
HexB6665A02C331D82735
Octal2661461320546335104765
Binary10110110110011010110100101100110011111011000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6665A; }

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

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

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

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

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

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

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

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