#B07768

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

Shades of Coral Tree #B07768

Tints of Coral Tree #B07768

Color information

#B07768 (or 0xB07768) is unknown color: approx Coral Tree. HEX triplet: B0, 77 and 68. RGB value is (176,119,104). Sum of RGB (Red+Green+Blue) = 176+119+104=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B07768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07768 is #4F8897. Grayscale: #868686. Windows color (decimal): -5212312 or 6846384. OLE color: 6846384.

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

Color convert

RGB176119104-
CMYK00.320.410.31
HSL12.5º31.3%54.9%-
HSV(B)12.5º40.91%69.02%-
XYZ2723.4216.19-
YUV134.33110.88157.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=44.11%
G=29.82%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611910400.320.410.3112.531.354.9
HexB07768020291Fc1f37
Octal2601671500405137143767
Binary1011000011101111101000010000010100111111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07768; }

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

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

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

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

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

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

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

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