#B4685A

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

Shades of Coral Tree #B4685A

Tints of Coral Tree #B4685A

Color information

#B4685A (or 0xB4685A) is unknown color: approx Coral Tree. HEX triplet: B4, 68 and 5A. RGB value is (180,104,90). Sum of RGB (Red+Green+Blue) = 180+104+90=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4685A is #4B97A5. Grayscale: #7D7D7D. Windows color (decimal): -4954022 or 5925044. OLE color: 5925044.

HSL color Cylindrical-coordinate representation of color #B4685A: hue angle of 9.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4685A is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18010490-
CMYK00.420.500.29
HSL9.33º37.5%52.94%-
HSV(B)9.33º50%70.59%-
XYZ25.6220.3412.25-
YUV125.13108.18167.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 90 (35.55% from 255) = 24.06%
R=48.13%
G=27.81%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801049000.420.500.299.3337.552.94
HexB4685A02A321D92635
Octal2641501320526235114665
Binary10110100110100010110100101010110010111011001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4685A; }

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

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

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

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

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

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

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

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