#B26767

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

Shades of Coral Tree #B26767

Tints of Coral Tree #B26767

Color information

#B26767 (or 0xB26767) is unknown color: approx Coral Tree. HEX triplet: B2, 67 and 67. RGB value is (178,103,103). Sum of RGB (Red+Green+Blue) = 178+103+103=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B26767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26767 is #4D9898. Grayscale: #7D7D7D. Windows color (decimal): -5085337 or 6776754. OLE color: 6776754.

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

Color convert

RGB178103103-
CMYK00.420.420.30
HSL32.75%55.1%-
HSV(B)42.13%69.8%-
XYZ25.6620.1415.37-
YUV125.42115.35165.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 103 (40.62% from 255) = 26.82%
BLUE value IS 103 (40.62% from 255) = 26.82%
R=46.35%
G=26.82%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810310300.420.420.30032.7555.1
HexB2676702A2A1E02137
Octal262147147052523604167
Binary10110010110011111001110101010101010111100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26767; }

 p { color: rgb(178,103,103); }

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

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

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

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

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

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

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