#B0766B

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

Shades of Coral Tree #B0766B

Tints of Coral Tree #B0766B

Color information

#B0766B (or 0xB0766B) is unknown color: approx Coral Tree. HEX triplet: B0, 76 and 6B. RGB value is (176,118,107). Sum of RGB (Red+Green+Blue) = 176+118+107=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0766B is #4F8994. Grayscale: #868686. Windows color (decimal): -5212565 or 7042736. OLE color: 7042736.

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

Color convert

RGB176118107-
CMYK00.330.390.31
HSL9.57º30.4%55.49%-
HSV(B)9.57º39.2%69.02%-
XYZ27.0423.2516.97-
YUV134.09112.72157.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=43.89%
G=29.43%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611810700.330.390.319.5730.455.49
HexB0766B021271Fa1e37
Octal2601661530414737123667
Binary1011000011101101101011010000110011111111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0766B; }

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

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

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

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

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

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

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

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