Html Css Color HEX #B47062 Coral Tree

📋 copy color: '#B47062'

red 180 ◦ green 112 ◦ blue 98

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

Shades of Coral Tree #B47062

Tints of Coral Tree #B47062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 46.15%
G = 28.72%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B47062 (or 0xB47062) is known color: Coral Tree. HEX triplet: B4, 70 and 62. RGB value is (180,112,98). Sum of RGB (Red+Green+Blue) = 180+112+98=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B47062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47062 is #4B8F9D. Grayscale: #828282. Windows color (decimal): -4951966 or 6451380. OLE color: 6451380.

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

Color convert

RGB 180 112 98 -
CMYK 0 0.38 0.46 0.29
HSL 10.24º 0.35% 0.55% -
HSV(B) 10.24º 0.46% 0.71% -
XYZ 26.82 22.17 14.42 -
YUV 130.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 180 112 98 0 0.38 0.46 0.29 10.24 0.35 0.55
Hex B4 70 62 0 26 2E 1D A 23 37
Octal 264 160 142 0 46 56 35 12 43 67
Binary 10110100 1110000 1100010 0 100110 101110 11101 1010 100011 110111

Color Harmonies of #B47062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47062

Black with #B47062

Text Example


Text Example

White with #B47062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47062; }

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

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

background-color css

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

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

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

border-color css

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

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

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