#B06763

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

Shades of Coral Tree #B06763

Tints of Coral Tree #B06763

Color information

#B06763 (or 0xB06763) is unknown color: approx Coral Tree. HEX triplet: B0, 67 and 63. RGB value is (176,103,99). Sum of RGB (Red+Green+Blue) = 176+103+99=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B06763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06763 is #4F989C. Grayscale: #7C7C7C. Windows color (decimal): -5216413 or 6514608. OLE color: 6514608.

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

Color convert

RGB17610399-
CMYK00.410.440.31
HSL3.12º32.77%53.92%-
HSV(B)3.12º43.75%69.02%-
XYZ25.0119.8314.31-
YUV124.37113.68164.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=46.56%
G=27.25%
B=26.19%

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
Decimal1761039900.410.440.313.1232.7753.92
HexB067630292C1F32136
Octal260147143051543734166
Binary101100001100111110001101010011011001111111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06763; }

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

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

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

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

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

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

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

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