#B26C6B

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

Shades of Coral Tree #B26C6B

Tints of Coral Tree #B26C6B

Color information

#B26C6B (or 0xB26C6B) is unknown color: approx Coral Tree. HEX triplet: B2, 6C and 6B. RGB value is (178,108,107). Sum of RGB (Red+Green+Blue) = 178+108+107=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 108 (42.58% from 255 or 27.48% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26C6B is #4D9394. Grayscale: #808080. Windows color (decimal): -5084053 or 7040178. OLE color: 7040178.

HSL color Cylindrical-coordinate representation of color #B26C6B: hue angle of 0.85º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B26C6B is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB178108107-
CMYK00.390.400.30
HSL0.85º31.56%55.88%-
HSV(B)0.85º39.89%69.8%-
XYZ26.3821.2516.62-
YUV128.82115.69163.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.29%
GREEN value IS 108 (42.58% from 255) = 27.48%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=45.29%
G=27.48%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810810700.390.400.300.8531.5655.88
HexB26C6B027281E12038
Octal262154153047503614070
Binary10110010110110011010110100111101000111101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C6B; }

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

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

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

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

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

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

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

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