Html Css Color HEX #B47774 Coral Tree

📋 copy color: '#B47774'

red 180 ◦ green 119 ◦ blue 116

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

Shades of Coral Tree #B47774

Tints of Coral Tree #B47774

RGB

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

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

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

R = 43.37%
G = 28.67%
B = 27.95%

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

#B47774 (or 0xB47774) is known color: Coral Tree. HEX triplet: B4, 77 and 74. RGB value is (180,119,116). Sum of RGB (Red+Green+Blue) = 180+119+116=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47774 is #4B888B. Grayscale: #888888. Windows color (decimal): -4950156 or 7632820. OLE color: 7632820.

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

Color convert

RGB 180 119 116 -
CMYK 0 0.34 0.36 0.29
HSL 2.81º 0.3% 0.58% -
HSV(B) 2.81º 0.36% 0.71% -
XYZ 28.57 24.16 19.68 -
YUV 136.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 180 119 116 0 0.34 0.36 0.29 2.81 0.3 0.58
Hex B4 77 74 0 22 24 1D 3 1E 3A
Octal 264 167 164 0 42 44 35 3 36 72
Binary 10110100 1110111 1110100 0 100010 100100 11101 11 11110 111010

Color Harmonies of #B47774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47774

Black with #B47774

Text Example


Text Example

White with #B47774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47774; }

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

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

background-color css

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

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

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

border-color css

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

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

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