#B4635A

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

Shades of Coral Tree #B4635A

Tints of Coral Tree #B4635A

Color information

#B4635A (or 0xB4635A) is unknown color: approx Coral Tree. HEX triplet: B4, 63 and 5A. RGB value is (180,99,90). Sum of RGB (Red+Green+Blue) = 180+99+90=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4635A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4635A is #4B9CA5. Grayscale: #7A7A7A. Windows color (decimal): -4955302 or 5923764. OLE color: 5923764.

HSL color Cylindrical-coordinate representation of color #B4635A: hue angle of 6º 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 #B4635A is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1809990-
CMYK00.450.500.29
HSL37.5%52.94%-
HSV(B)50%70.59%-
XYZ25.1319.3712.09-
YUV122.19109.84169.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=48.78%
G=26.83%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180999000.450.500.29637.552.94
HexB4635A02D321D62635
Octal264143132055623564665
Binary1011010011000111011010010110111001011101110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4635A; }

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

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

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

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

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

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

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

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