#B46B5C

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

Shades of Coral Tree #B46B5C

Tints of Coral Tree #B46B5C

Color information

#B46B5C (or 0xB46B5C) is unknown color: approx Coral Tree. HEX triplet: B4, 6B and 5C. RGB value is (180,107,92). Sum of RGB (Red+Green+Blue) = 180+107+92=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B46B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46B5C is #4B94A3. Grayscale: #7F7F7F. Windows color (decimal): -4953252 or 6056884. OLE color: 6056884.

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

Color convert

RGB18010792-
CMYK00.410.490.29
HSL10.23º36.97%53.33%-
HSV(B)10.23º48.89%70.59%-
XYZ26.0120.9912.81-
YUV127.12108.18165.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=47.49%
G=28.23%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801079200.410.490.2910.2336.9753.33
HexB46B5C029311Da2535
Octal2641531340516135124565
Binary10110100110101110111000101001110001111011010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46B5C; }

 p { color: rgb(180,107,92); }

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

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

 a { background-color: rgb(180,107,92); }

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

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

 span { border-color: rgb(180,107,92); }

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