#B06A65

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

Shades of Coral Tree #B06A65

Tints of Coral Tree #B06A65

Color information

#B06A65 (or 0xB06A65) is unknown color: approx Coral Tree. HEX triplet: B0, 6A and 65. RGB value is (176,106,101). Sum of RGB (Red+Green+Blue) = 176+106+101=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A65 is #4F959A. Grayscale: #7E7E7E. Windows color (decimal): -5215643 or 6646448. OLE color: 6646448.

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

Color convert

RGB176106101-
CMYK00.400.430.31
HSL32.19%54.31%-
HSV(B)42.61%69.02%-
XYZ25.4120.4814.93-
YUV126.36113.69163.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 101 (39.84% from 255) = 26.37%
R=45.95%
G=27.68%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610610100.400.430.31432.1954.31
HexB06A650282B1F42036
Octal260152145050533744066
Binary1011000011010101100101010100010101111111100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A65; }

 p { color: rgb(176,106,101); }

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

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

 a { background-color: rgb(176,106,101); }

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

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

 span { border-color: rgb(176,106,101); }

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