#B7705E

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

Shades of Coral Tree #B7705E

Tints of Coral Tree #B7705E

Color information

#B7705E (or 0xB7705E) is unknown color: approx Coral Tree. HEX triplet: B7, 70 and 5E. RGB value is (183,112,94). Sum of RGB (Red+Green+Blue) = 183+112+94=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7705E is #488FA1. Grayscale: #838383. Windows color (decimal): -4755362 or 6189239. OLE color: 6189239.

HSL color Cylindrical-coordinate representation of color #B7705E: hue angle of 12.13º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7705E is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18311294-
CMYK00.390.490.28
HSL12.13º38.2%54.31%-
HSV(B)12.13º48.63%71.76%-
XYZ27.3422.4613.48-
YUV131.18107.02164.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=47.04%
G=28.79%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831129400.390.490.2812.1338.254.31
HexB7705E027311Cc2636
Octal2671601360476134144666
Binary10110111111000010111100100111110001111001100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7705E; }

 p { color: rgb(183,112,94); }

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

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

 a { background-color: rgb(183,112,94); }

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

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

 span { border-color: rgb(183,112,94); }

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