#B07067

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

Shades of Coral Tree #B07067

Tints of Coral Tree #B07067

Color information

#B07067 (or 0xB07067) is unknown color: approx Coral Tree. HEX triplet: B0, 70 and 67. RGB value is (176,112,103). Sum of RGB (Red+Green+Blue) = 176+112+103=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B07067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07067 is #4F8F98. Grayscale: #828282. Windows color (decimal): -5214105 or 6779056. OLE color: 6779056.

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

Color convert

RGB176112103-
CMYK00.360.410.31
HSL7.4º31.6%54.71%-
HSV(B)7.4º41.48%69.02%-
XYZ26.1521.815.66-
YUV130.11112.7160.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=45.01%
G=28.64%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611210300.360.410.317.431.654.71
HexB07067024291F72037
Octal260160147044513774067
Binary1011000011100001100111010010010100111111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07067; }

 p { color: rgb(176,112,103); }

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

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

 a { background-color: rgb(176,112,103); }

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

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

 span { border-color: rgb(176,112,103); }

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