Html Css Color HEX #B47464 Coral Tree

📋 copy color: '#B47464'

red 180 ◦ green 116 ◦ blue 100

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

Shades of Coral Tree #B47464

Tints of Coral Tree #B47464

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.29%

 BLUE value IS 100 (39.45% from 255) = 25.25%

R = 45.45%
G = 29.29%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B47464 (or 0xB47464) is known color: Coral Tree. HEX triplet: B4, 74 and 64. RGB value is (180,116,100). Sum of RGB (Red+Green+Blue) = 180+116+100=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B47464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47464 is #4B8B9B. Grayscale: #858585. Windows color (decimal): -4950940 or 6583476. OLE color: 6583476.

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

Color convert

RGB 180 116 100 -
CMYK 0 0.36 0.44 0.29
HSL 12º 0.35% 0.55% -
HSV(B) 12º 0.44% 0.71% -
XYZ 27.37 23.11 15.08 -
YUV 133.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 180 116 100 0 0.36 0.44 0.29 12 0.35 0.55
Hex B4 74 64 0 24 2C 1D C 23 37
Octal 264 164 144 0 44 54 35 14 43 67
Binary 10110100 1110100 1100100 0 100100 101100 11101 1100 100011 110111

Color Harmonies of #B47464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47464

Black with #B47464

Text Example


Text Example

White with #B47464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47464; }

 p { color: rgb(180,116,100); }

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

background-color css

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

 a { background-color: rgb(180,116,100); }

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

border-color css

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

 span { border-color: rgb(180,116,100); }

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