#B1725E

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

Shades of Coral Tree #B1725E

Tints of Coral Tree #B1725E

Color information

#B1725E (or 0xB1725E) is unknown color: approx Coral Tree. HEX triplet: B1, 72 and 5E. RGB value is (177,114,94). Sum of RGB (Red+Green+Blue) = 177+114+94=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1725E is #4E8DA1. Grayscale: #828282. Windows color (decimal): -5148066 or 6189745. OLE color: 6189745.

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

Color convert

RGB17711494-
CMYK00.360.470.31
HSL14.46º34.73%53.14%-
HSV(B)14.46º46.89%69.41%-
XYZ26.1722.1913.49-
YUV130.56107.37161.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=45.97%
G=29.61%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771149400.360.470.3114.4634.7353.14
HexB1725E0242F1Fe2335
Octal2611621360445737164365
Binary10110001111001010111100100100101111111111110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1725E; }

 p { color: rgb(177,114,94); }

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

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

 a { background-color: rgb(177,114,94); }

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

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

 span { border-color: rgb(177,114,94); }

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