#B26B62

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

Shades of Coral Tree #B26B62

Tints of Coral Tree #B26B62

Color information

#B26B62 (or 0xB26B62) is unknown color: approx Coral Tree. HEX triplet: B2, 6B and 62. RGB value is (178,107,98). Sum of RGB (Red+Green+Blue) = 178+107+98=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26B62 is #4D949D. Grayscale: #7F7F7F. Windows color (decimal): -5084318 or 6450098. OLE color: 6450098.

HSL color Cylindrical-coordinate representation of color #B26B62: hue angle of 6.75º 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 #B26B62 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB17810798-
CMYK00.400.450.30
HSL6.75º34.19%54.12%-
HSV(B)6.75º44.94%69.8%-
XYZ25.8220.8614.22-
YUV127.2111.52164.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 98 (38.67% from 255) = 25.59%
R=46.48%
G=27.94%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781079800.400.450.306.7534.1954.12
HexB26B620282D1E72236
Octal262153142050553674266
Binary1011001011010111100010010100010110111110111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26B62; }

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

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

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

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

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

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

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

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