Html Css Color HEX #B47160 Coral Tree

📋 copy color: '#B47160'

red 180 ◦ green 113 ◦ blue 96

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

Shades of Coral Tree #B47160

Tints of Coral Tree #B47160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.05%

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 46.27%
G = 29.05%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B47160 (or 0xB47160) is known color: Coral Tree. HEX triplet: B4, 71 and 60. RGB value is (180,113,96). Sum of RGB (Red+Green+Blue) = 180+113+96=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B47160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47160 is #4B8E9F. Grayscale: #838383. Windows color (decimal): -4951712 or 6320564. OLE color: 6320564.

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

Color convert

RGB 180 113 96 -
CMYK 0 0.37 0.47 0.29
HSL 12.14º 0.36% 0.54% -
HSV(B) 12.14º 0.47% 0.71% -
XYZ 26.84 22.36 13.97 -
YUV 131.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 180 113 96 0 0.37 0.47 0.29 12.14 0.36 0.54
Hex B4 71 60 0 25 2F 1D C 24 36
Octal 264 161 140 0 45 57 35 14 44 66
Binary 10110100 1110001 1100000 0 100101 101111 11101 1100 100100 110110

Color Harmonies of #B47160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47160

Black with #B47160

Text Example


Text Example

White with #B47160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47160; }

 p { color: rgb(180,113,96); }

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

background-color css

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

 a { background-color: rgb(180,113,96); }

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

border-color css

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

 span { border-color: rgb(180,113,96); }

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