#B0635A

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

Shades of Coral Tree #B0635A

Tints of Coral Tree #B0635A

Color information

#B0635A (or 0xB0635A) is unknown color: approx Coral Tree. HEX triplet: B0, 63 and 5A. RGB value is (176,99,90). Sum of RGB (Red+Green+Blue) = 176+99+90=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0635A is #4F9CA5. Grayscale: #797979. Windows color (decimal): -5217446 or 5923760. OLE color: 5923760.

HSL color Cylindrical-coordinate representation of color #B0635A: hue angle of 6.28º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0635A is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1769990-
CMYK00.440.490.31
HSL6.28º35.25%52.16%-
HSV(B)6.28º48.86%69.02%-
XYZ24.2118.8912.04-
YUV121110.51167.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 99 (39.06% from 255) = 27.12%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=48.22%
G=27.12%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176999000.440.490.316.2835.2552.16
HexB0635A02C311F62334
Octal260143132054613764364
Binary1011000011000111011010010110011000111111110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0635A; }

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

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

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

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

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

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

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

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