#B5625C

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

Shades of Coral Tree #B5625C

Tints of Coral Tree #B5625C

Color information

#B5625C (or 0xB5625C) is unknown color: approx Coral Tree. HEX triplet: B5, 62 and 5C. RGB value is (181,98,92). Sum of RGB (Red+Green+Blue) = 181+98+92=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5625C is #4A9DA3. Grayscale: #7A7A7A. Windows color (decimal): -4890020 or 6054581. OLE color: 6054581.

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

Color convert

RGB1819892-
CMYK00.460.490.29
HSL4.04º37.55%53.53%-
HSV(B)4.04º49.17%70.98%-
XYZ25.3619.3312.52-
YUV122.13111169.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.79%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=48.79%
G=26.42%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181989200.460.490.294.0437.5553.53
HexB5625C02E311D42636
Octal265142134056613544666
Binary1011010111000101011100010111011000111101100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5625C; }

 p { color: rgb(181,98,92); }

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

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

 a { background-color: rgb(181,98,92); }

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

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

 span { border-color: rgb(181,98,92); }

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