#B06762

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

Shades of Coral Tree #B06762

Tints of Coral Tree #B06762

Color information

#B06762 (or 0xB06762) is unknown color: approx Coral Tree. HEX triplet: B0, 67 and 62. RGB value is (176,103,98). Sum of RGB (Red+Green+Blue) = 176+103+98=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B06762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06762 is #4F989D. Grayscale: #7C7C7C. Windows color (decimal): -5216414 or 6449072. OLE color: 6449072.

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

Color convert

RGB17610398-
CMYK00.410.440.31
HSL3.85º33.05%53.73%-
HSV(B)3.85º44.32%69.02%-
XYZ24.9619.8114.06-
YUV124.26113.18164.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=46.68%
G=27.32%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761039800.410.440.313.8533.0553.73
HexB067620292C1F42136
Octal260147142051543744166
Binary1011000011001111100010010100110110011111100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06762; }

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

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

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

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

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

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

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

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