#B07266

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

Shades of Coral Tree #B07266

Tints of Coral Tree #B07266

Color information

#B07266 (or 0xB07266) is unknown color: approx Coral Tree. HEX triplet: B0, 72 and 66. RGB value is (176,114,102). Sum of RGB (Red+Green+Blue) = 176+114+102=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B07266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07266 is #4F8D99. Grayscale: #838383. Windows color (decimal): -5213594 or 6714032. OLE color: 6714032.

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

Color convert

RGB176114102-
CMYK00.350.420.31
HSL9.73º31.9%54.51%-
HSV(B)9.73º42.05%69.02%-
XYZ26.3222.2215.47-
YUV131.17111.54159.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.90%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=44.90%
G=29.08%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611410200.350.420.319.7331.954.51
HexB072660232A1Fa2037
Octal2601621460435237124067
Binary10110000111001011001100100011101010111111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07266; }

 p { color: rgb(176,114,102); }

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

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

 a { background-color: rgb(176,114,102); }

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

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

 span { border-color: rgb(176,114,102); }

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