Html Css Color HEX #B47560 Coral Tree

📋 copy color: '#B47560'

red 180 ◦ green 117 ◦ blue 96

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

Shades of Coral Tree #B47560

Tints of Coral Tree #B47560

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.77%

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

R = 45.8%
G = 29.77%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B47560 (or 0xB47560) is known color: Coral Tree. HEX triplet: B4, 75 and 60. RGB value is (180,117,96). Sum of RGB (Red+Green+Blue) = 180+117+96=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B47560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47560 is #4B8A9F. Grayscale: #858585. Windows color (decimal): -4950688 or 6321588. OLE color: 6321588.

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

Color convert

RGB 180 117 96 -
CMYK 0 0.35 0.47 0.29
HSL 15º 0.36% 0.54% -
HSV(B) 15º 0.47% 0.71% -
XYZ 27.3 23.27 14.12 -
YUV 133.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 180 117 96 0 0.35 0.47 0.29 15 0.36 0.54
Hex B4 75 60 0 23 2F 1D F 24 36
Octal 264 165 140 0 43 57 35 17 44 66
Binary 10110100 1110101 1100000 0 100011 101111 11101 1111 100100 110110

Color Harmonies of #B47560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47560

Black with #B47560

Text Example


Text Example

White with #B47560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47560; }

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

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

background-color css

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

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

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

border-color css

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

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

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