#B07968

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

Shades of Coral Tree #B07968

Tints of Coral Tree #B07968

Color information

#B07968 (or 0xB07968) is unknown color: approx Coral Tree. HEX triplet: B0, 79 and 68. RGB value is (176,121,104). Sum of RGB (Red+Green+Blue) = 176+121+104=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B07968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07968 is #4F8697. Grayscale: #878787. Windows color (decimal): -5211800 or 6846896. OLE color: 6846896.

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

Color convert

RGB176121104-
CMYK00.310.410.31
HSL14.17º31.3%54.9%-
HSV(B)14.17º40.91%69.02%-
XYZ27.2423.916.27-
YUV135.51110.22156.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=43.89%
G=30.17%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612110400.310.410.3114.1731.354.9
HexB0796801F291Fe1f37
Octal2601711500375137163767
Binary101100001111001110100001111110100111111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07968; }

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

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

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

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

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

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

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

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