Html Css Color HEX #B47260 Coral Tree

📋 copy color: '#B47260'

red 180 ◦ green 114 ◦ blue 96

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

Shades of Coral Tree #B47260

Tints of Coral Tree #B47260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.23%

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

R = 46.15%
G = 29.23%
B = 24.62%

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

#B47260 (or 0xB47260) is known color: Coral Tree. HEX triplet: B4, 72 and 60. RGB value is (180,114,96). Sum of RGB (Red+Green+Blue) = 180+114+96=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B47260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47260 is #4B8D9F. Grayscale: #838383. Windows color (decimal): -4951456 or 6320820. OLE color: 6320820.

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

Color convert

RGB 180 114 96 -
CMYK 0 0.37 0.47 0.29
HSL 12.86º 0.36% 0.54% -
HSV(B) 12.86º 0.47% 0.71% -
XYZ 26.95 22.58 14 -
YUV 131.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 180 114 96 0 0.37 0.47 0.29 12.86 0.36 0.54
Hex B4 72 60 0 25 2F 1D D 24 36
Octal 264 162 140 0 45 57 35 15 44 66
Binary 10110100 1110010 1100000 0 100101 101111 11101 1101 100100 110110

Color Harmonies of #B47260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47260

Black with #B47260

Text Example


Text Example

White with #B47260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47260; }

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

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

background-color css

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

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

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

border-color css

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

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

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