Html Css Color HEX #B4625D Coral Tree

📋 copy color: '#B4625D'

red 180 ◦ green 98 ◦ blue 93

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

Shades of Coral Tree #B4625D

Tints of Coral Tree #B4625D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 48.52%
G = 26.42%
B = 25.07%

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

#B4625D (or 0xB4625D) is known color: Coral Tree. HEX triplet: B4, 62 and 5D. RGB value is (180,98,93). Sum of RGB (Red+Green+Blue) = 180+98+93=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4625D is #4B9DA2. Grayscale: #7A7A7A. Windows color (decimal): -4955555 or 6120116. OLE color: 6120116.

HSL color Cylindrical-coordinate representation of color #B4625D: hue angle of 3.45º degrees, saturation: 0.37, 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 #B4625D is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 98 93 -
CMYK 0 0.46 0.48 0.29
HSL 3.45º 0.37% 0.54% -
HSV(B) 3.45º 0.48% 0.71% -
XYZ 25.17 19.23 12.74 -
YUV 121.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 180 98 93 0 0.46 0.48 0.29 3.45 0.37 0.54
Hex B4 62 5D 0 2E 30 1D 3 25 36
Octal 264 142 135 0 56 60 35 3 45 66
Binary 10110100 1100010 1011101 0 101110 110000 11101 11 100101 110110

Color Harmonies of #B4625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4625D

Black with #B4625D

Text Example


Text Example

White with #B4625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4625D; }

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

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

background-color css

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

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

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

border-color css

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

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

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