#B07766

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

Shades of Coral Tree #B07766

Tints of Coral Tree #B07766

Color information

#B07766 (or 0xB07766) is unknown color: approx Coral Tree. HEX triplet: B0, 77 and 66. RGB value is (176,119,102). Sum of RGB (Red+Green+Blue) = 176+119+102=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B07766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07766 is #4F8899. Grayscale: #868686. Windows color (decimal): -5212314 or 6715312. OLE color: 6715312.

HSL color Cylindrical-coordinate representation of color #B07766: hue angle of 13.78º 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 #B07766 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB176119102-
CMYK00.320.420.31
HSL13.78º31.9%54.51%-
HSV(B)13.78º42.05%69.02%-
XYZ26.923.3815.67-
YUV134.1109.88157.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 119 (46.88% from 255) = 29.97%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=44.33%
G=29.97%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611910200.320.420.3113.7831.954.51
HexB077660202A1Fe2037
Octal2601671460405237164067
Binary10110000111011111001100100000101010111111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07766; }

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

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

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

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

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

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

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

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