#B3725D

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

Shades of Coral Tree #B3725D

Tints of Coral Tree #B3725D

Color information

#B3725D (or 0xB3725D) is unknown color: approx Coral Tree. HEX triplet: B3, 72 and 5D. RGB value is (179,114,93). Sum of RGB (Red+Green+Blue) = 179+114+93=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3725D is #4C8DA2. Grayscale: #838383. Windows color (decimal): -5016995 or 6124211. OLE color: 6124211.

HSL color Cylindrical-coordinate representation of color #B3725D: hue angle of 14.65º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3725D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17911493-
CMYK00.360.480.30
HSL14.65º36.13%53.33%-
HSV(B)14.65º48.04%70.2%-
XYZ26.5822.4113.28-
YUV131.04106.53162.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=46.37%
G=29.53%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791149300.360.480.3014.6536.1353.33
HexB3725D024301Ef2435
Octal2631621350446036174465
Binary10110011111001010111010100100110000111101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3725D; }

 p { color: rgb(179,114,93); }

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

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

 a { background-color: rgb(179,114,93); }

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

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

 span { border-color: rgb(179,114,93); }

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