#B07668

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

Shades of Coral Tree #B07668

Tints of Coral Tree #B07668

Color information

#B07668 (or 0xB07668) is unknown color: approx Coral Tree. HEX triplet: B0, 76 and 68. RGB value is (176,118,104). Sum of RGB (Red+Green+Blue) = 176+118+104=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B07668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07668 is #4F8997. Grayscale: #858585. Windows color (decimal): -5212568 or 6846128. OLE color: 6846128.

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

Color convert

RGB176118104-
CMYK00.330.410.31
HSL11.67º31.3%54.9%-
HSV(B)11.67º40.91%69.02%-
XYZ26.8823.1916.16-
YUV133.75111.22158.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=44.22%
G=29.65%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611810400.330.410.3111.6731.354.9
HexB07668021291Fc1f37
Octal2601661500415137143767
Binary1011000011101101101000010000110100111111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07668; }

 p { color: rgb(176,118,104); }

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

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

 a { background-color: rgb(176,118,104); }

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

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

 span { border-color: rgb(176,118,104); }

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