Html Css Color HEX #B47674 Coral Tree

📋 copy color: '#B47674'

red 180 ◦ green 118 ◦ blue 116

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

Shades of Coral Tree #B47674

Tints of Coral Tree #B47674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 43.48%
G = 28.5%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B47674 (or 0xB47674) is known color: Coral Tree. HEX triplet: B4, 76 and 74. RGB value is (180,118,116). Sum of RGB (Red+Green+Blue) = 180+118+116=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B47674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47674 is #4B898B. Grayscale: #888888. Windows color (decimal): -4950412 or 7632564. OLE color: 7632564.

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

Color convert

RGB 180 118 116 -
CMYK 0 0.34 0.36 0.29
HSL 1.88º 0.3% 0.58% -
HSV(B) 1.88º 0.36% 0.71% -
XYZ 28.45 23.92 19.64 -
YUV 136.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 180 118 116 0 0.34 0.36 0.29 1.88 0.3 0.58
Hex B4 76 74 0 22 24 1D 2 1E 3A
Octal 264 166 164 0 42 44 35 2 36 72
Binary 10110100 1110110 1110100 0 100010 100100 11101 10 11110 111010

Color Harmonies of #B47674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47674

Black with #B47674

Text Example


Text Example

White with #B47674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47674; }

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

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

background-color css

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

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

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

border-color css

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

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

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