#B26662

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

Shades of Coral Tree #B26662

Tints of Coral Tree #B26662

Color information

#B26662 (or 0xB26662) is unknown color: approx Coral Tree. HEX triplet: B2, 66 and 62. RGB value is (178,102,98). Sum of RGB (Red+Green+Blue) = 178+102+98=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B26662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26662 is #4D999D. Grayscale: #7C7C7C. Windows color (decimal): -5085598 or 6448818. OLE color: 6448818.

HSL color Cylindrical-coordinate representation of color #B26662: hue angle of 3º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B26662 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17810298-
CMYK00.430.450.30
HSL34.19%54.12%-
HSV(B)44.94%69.8%-
XYZ25.3219.8514.05-
YUV124.27113.18166.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 98 (38.67% from 255) = 25.93%
R=47.09%
G=26.98%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781029800.430.450.30334.1954.12
HexB2666202B2D1E32236
Octal262146142053553634266
Binary101100101100110110001001010111011011111011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26662; }

 p { color: rgb(178,102,98); }

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

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

 a { background-color: rgb(178,102,98); }

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

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

 span { border-color: rgb(178,102,98); }

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