#B07673

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

Shades of Coral Tree #B07673

Tints of Coral Tree #B07673

Color information

#B07673 (or 0xB07673) is unknown color: approx Coral Tree. HEX triplet: B0, 76 and 73. RGB value is (176,118,115). Sum of RGB (Red+Green+Blue) = 176+118+115=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B07673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07673 is #4F898C. Grayscale: #878787. Windows color (decimal): -5212557 or 7567024. OLE color: 7567024.

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

Color convert

RGB176118115-
CMYK00.330.350.31
HSL2.95º27.85%57.06%-
HSV(B)2.95º34.66%69.02%-
XYZ27.4823.4219.29-
YUV135116.72157.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 115 (45.31% from 255) = 28.12%
R=43.03%
G=28.85%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611811500.330.350.312.9527.8557.06
HexB07673021231F31c39
Octal260166163041433733471
Binary10110000111011011100110100001100011111111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07673; }

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

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

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

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

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

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

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

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