#B4685D

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

Shades of Coral Tree #B4685D

Tints of Coral Tree #B4685D

Color information

#B4685D (or 0xB4685D) is unknown color: approx Coral Tree. HEX triplet: B4, 68 and 5D. RGB value is (180,104,93). Sum of RGB (Red+Green+Blue) = 180+104+93=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4685D is #4B97A2. Grayscale: #7D7D7D. Windows color (decimal): -4954019 or 6121652. OLE color: 6121652.

HSL color Cylindrical-coordinate representation of color #B4685D: hue angle of 7.59º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4685D is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18010493-
CMYK00.420.480.29
HSL7.59º36.71%53.53%-
HSV(B)7.59º48.33%70.59%-
XYZ25.7520.3912.94-
YUV125.47109.68166.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=47.75%
G=27.59%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801049300.420.480.297.5936.7153.53
HexB4685D02A301D82536
Octal2641501350526035104566
Binary10110100110100010111010101010110000111011000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4685D; }

 p { color: rgb(180,104,93); }

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

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

 a { background-color: rgb(180,104,93); }

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

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

 span { border-color: rgb(180,104,93); }

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