Html Css Color HEX #B47760 Coral Tree

📋 copy color: '#B47760'

red 180 ◦ green 119 ◦ blue 96

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

Shades of Coral Tree #B47760

Tints of Coral Tree #B47760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.13%

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

R = 45.57%
G = 30.13%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B47760 (or 0xB47760) is known color: Coral Tree. HEX triplet: B4, 77 and 60. RGB value is (180,119,96). Sum of RGB (Red+Green+Blue) = 180+119+96=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B47760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47760 is #4B889F. Grayscale: #868686. Windows color (decimal): -4950176 or 6322100. OLE color: 6322100.

HSL color Cylindrical-coordinate representation of color #B47760: hue angle of 16.43º 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 #B47760 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 96 -
CMYK 0 0.34 0.47 0.29
HSL 16.43º 0.36% 0.54% -
HSV(B) 16.43º 0.47% 0.71% -
XYZ 27.53 23.74 14.2 -
YUV 134.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 180 119 96 0 0.34 0.47 0.29 16.43 0.36 0.54
Hex B4 77 60 0 22 2F 1D 10 24 36
Octal 264 167 140 0 42 57 35 20 44 66
Binary 10110100 1110111 1100000 0 100010 101111 11101 10000 100100 110110

Color Harmonies of #B47760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47760

Black with #B47760

Text Example


Text Example

White with #B47760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47760; }

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

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

background-color css

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

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

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

border-color css

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

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

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