#B1735F

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

Shades of Coral Tree #B1735F

Tints of Coral Tree #B1735F

Color information

#B1735F (or 0xB1735F) is unknown color: approx Coral Tree. HEX triplet: B1, 73 and 5F. RGB value is (177,115,95). Sum of RGB (Red+Green+Blue) = 177+115+95=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1735F is #4E8CA0. Grayscale: #838383. Windows color (decimal): -5147809 or 6255537. OLE color: 6255537.

HSL color Cylindrical-coordinate representation of color #B1735F: hue angle of 14.63º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1735F is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17711595-
CMYK00.350.460.31
HSL14.63º34.45%53.33%-
HSV(B)14.63º46.33%69.41%-
XYZ26.3322.4313.77-
YUV131.26107.54160.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=45.74%
G=29.72%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771159500.350.460.3114.6334.4553.33
HexB1735F0232E1Ff2235
Octal2611631370435637174265
Binary10110001111001110111110100011101110111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1735F; }

 p { color: rgb(177,115,95); }

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

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

 a { background-color: rgb(177,115,95); }

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

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

 span { border-color: rgb(177,115,95); }

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