Html Css Color HEX #B4625E Coral Tree

📋 copy color: '#B4625E'

red 180 ◦ green 98 ◦ blue 94

#B4625E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #B4625E

Tints of Coral Tree #B4625E

RGB

 RED value IS 180 (70.7% from 255) = 48.39%

 GREEN value IS 98 (38.67% from 255) = 26.34%

 BLUE value IS 94 (37.11% from 255) = 25.27%

R = 48.39%
G = 26.34%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4625E (or 0xB4625E) is known color: Coral Tree. HEX triplet: B4, 62 and 5E. RGB value is (180,98,94). Sum of RGB (Red+Green+Blue) = 180+98+94=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4625E is #4B9DA1. Grayscale: #7A7A7A. Windows color (decimal): -4955554 or 6185652. OLE color: 6185652.

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

Color convert

RGB 180 98 94 -
CMYK 0 0.46 0.48 0.29
HSL 2.79º 0.36% 0.54% -
HSV(B) 2.79º 0.48% 0.71% -
XYZ 25.21 19.25 12.98 -
YUV 122.06 112.17 169.33 -
System Red Green Blue C M Y K H S L
Decimal 180 98 94 0 0.46 0.48 0.29 2.79 0.36 0.54
Hex B4 62 5E 0 2E 30 1D 3 24 36
Octal 264 142 136 0 56 60 35 3 44 66
Binary 10110100 1100010 1011110 0 101110 110000 11101 11 100100 110110

Color Harmonies of #B4625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4625E

Black with #B4625E

Text Example


Text Example

White with #B4625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4625E; }

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

 H1.HeaderClassName
 {
   color: #B4625E;
 }
 .AnyTagClassName
 {
   color: #B4625E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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