#B46261

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

Shades of Coral Tree #B46261

Tints of Coral Tree #B46261

Color information

#B46261 (or 0xB46261) is unknown color: approx Coral Tree. HEX triplet: B4, 62 and 61. RGB value is (180,98,97). Sum of RGB (Red+Green+Blue) = 180+98+97=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B46261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46261 is #4B9D9E. Grayscale: #7A7A7A. Windows color (decimal): -4955551 or 6382260. OLE color: 6382260.

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

Color convert

RGB1809897-
CMYK00.460.460.29
HSL0.72º35.62%54.31%-
HSV(B)0.72º46.11%70.59%-
XYZ25.3519.313.7-
YUV122.4113.67169.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=48%
G=26.13%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180989700.460.460.290.7235.6254.31
HexB4626102E2E1D12436
Octal264142141056563514466
Binary10110100110001011000010101110101110111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46261; }

 p { color: rgb(180,98,97); }

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

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

 a { background-color: rgb(180,98,97); }

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

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

 span { border-color: rgb(180,98,97); }

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