#B07A69

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

Shades of Coral Tree #B07A69

Tints of Coral Tree #B07A69

Color information

#B07A69 (or 0xB07A69) is unknown color: approx Coral Tree. HEX triplet: B0, 7A and 69. RGB value is (176,122,105). Sum of RGB (Red+Green+Blue) = 176+122+105=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A69 is #4F8596. Grayscale: #888888. Windows color (decimal): -5211543 or 6912688. OLE color: 6912688.

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

Color convert

RGB176122105-
CMYK00.310.400.31
HSL14.37º31%55.1%-
HSV(B)14.37º40.34%69.02%-
XYZ27.4124.1716.58-
YUV136.21110.39156.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=43.67%
G=30.27%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612210500.310.400.3114.373155.1
HexB07A6901F281Fe1f37
Octal2601721510375037163767
Binary101100001111010110100101111110100011111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A69; }

 p { color: rgb(176,122,105); }

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

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

 a { background-color: rgb(176,122,105); }

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

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

 span { border-color: rgb(176,122,105); }

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