Html Css Color HEX #B47063 Coral Tree

📋 copy color: '#B47063'

red 180 ◦ green 112 ◦ blue 99

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

Shades of Coral Tree #B47063

Tints of Coral Tree #B47063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

 BLUE value IS 99 (39.06% from 255) = 25.32%

R = 46.04%
G = 28.64%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B47063 (or 0xB47063) is known color: Coral Tree. HEX triplet: B4, 70 and 63. RGB value is (180,112,99). Sum of RGB (Red+Green+Blue) = 180+112+99=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B47063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47063 is #4B8F9C. Grayscale: #828282. Windows color (decimal): -4951965 or 6516916. OLE color: 6516916.

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

Color convert

RGB 180 112 99 -
CMYK 0 0.38 0.45 0.29
HSL 9.63º 0.35% 0.55% -
HSV(B) 9.63º 0.45% 0.71% -
XYZ 26.87 22.19 14.67 -
YUV 130.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 180 112 99 0 0.38 0.45 0.29 9.63 0.35 0.55
Hex B4 70 63 0 26 2D 1D A 23 37
Octal 264 160 143 0 46 55 35 12 43 67
Binary 10110100 1110000 1100011 0 100110 101101 11101 1010 100011 110111

Color Harmonies of #B47063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47063

Black with #B47063

Text Example


Text Example

White with #B47063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47063; }

 p { color: rgb(180,112,99); }

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

background-color css

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

 a { background-color: rgb(180,112,99); }

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

border-color css

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

 span { border-color: rgb(180,112,99); }

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