Html Css Color HEX #B4645C Coral Tree

📋 copy color: '#B4645C'

red 180 ◦ green 100 ◦ blue 92

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

Shades of Coral Tree #B4645C

Tints of Coral Tree #B4645C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

 BLUE value IS 92 (36.33% from 255) = 24.73%

R = 48.39%
G = 26.88%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4645C (or 0xB4645C) is known color: Coral Tree. HEX triplet: B4, 64 and 5C. RGB value is (180,100,92). Sum of RGB (Red+Green+Blue) = 180+100+92=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4645C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4645C is #4B9BA3. Grayscale: #7B7B7B. Windows color (decimal): -4955044 or 6055092. OLE color: 6055092.

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

Color convert

RGB 180 100 92 -
CMYK 0 0.44 0.49 0.29
HSL 5.45º 0.37% 0.53% -
HSV(B) 5.45º 0.49% 0.71% -
XYZ 25.31 19.59 12.57 -
YUV 123.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 180 100 92 0 0.44 0.49 0.29 5.45 0.37 0.53
Hex B4 64 5C 0 2C 31 1D 5 25 35
Octal 264 144 134 0 54 61 35 5 45 65
Binary 10110100 1100100 1011100 0 101100 110001 11101 101 100101 110101

Color Harmonies of #B4645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4645C

Black with #B4645C

Text Example


Text Example

White with #B4645C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4645C; }

 p { color: rgb(180,100,92); }

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

background-color css

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

 a { background-color: rgb(180,100,92); }

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

border-color css

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

 span { border-color: rgb(180,100,92); }

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