#B35F5D

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

Shades of Coral Tree #B35F5D

Tints of Coral Tree #B35F5D

Color information

#B35F5D (or 0xB35F5D) is unknown color: approx Coral Tree. HEX triplet: B3, 5F and 5D. RGB value is (179,95,93). Sum of RGB (Red+Green+Blue) = 179+95+93=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35F5D is #4CA0A2. Grayscale: #777777. Windows color (decimal): -5021859 or 6119347. OLE color: 6119347.

HSL color Cylindrical-coordinate representation of color #B35F5D: hue angle of 1.4º 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 #B35F5D is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB1799593-
CMYK00.470.480.30
HSL1.4º36.13%53.33%-
HSV(B)1.4º48.04%70.2%-
XYZ24.6618.5612.64-
YUV119.89112.83170.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=48.77%
G=25.89%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179959300.470.480.301.436.1353.33
HexB35F5D02F301E12435
Octal263137135057603614465
Binary10110011101111110111010101111110000111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F5D; }

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

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

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

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

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

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

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

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