Html Css Color HEX #B47676 Coral Tree

📋 copy color: '#B47676'

red 180 ◦ green 118 ◦ blue 118

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

Shades of Coral Tree #B47676

Tints of Coral Tree #B47676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.37%

R = 43.27%
G = 28.37%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B47676 (or 0xB47676) is known color: Coral Tree. HEX triplet: B4, 76 and 76. RGB value is (180,118,118). Sum of RGB (Red+Green+Blue) = 180+118+118=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B47676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47676 is #4B8989. Grayscale: #888888. Windows color (decimal): -4950410 or 7763636. OLE color: 7763636.

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

Color convert

RGB 180 118 118 -
CMYK 0 0.34 0.34 0.29
HSL 0.29% 0.58% -
HSV(B) 0.34% 0.71% -
XYZ 28.57 23.97 20.26 -
YUV 136.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 180 118 118 0 0.34 0.34 0.29 0 0.29 0.58
Hex B4 76 76 0 22 22 1D 0 1D 3A
Octal 264 166 166 0 42 42 35 0 35 72
Binary 10110100 1110110 1110110 0 100010 100010 11101 0 11101 111010

Color Harmonies of #B47676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47676

Black with #B47676

Text Example


Text Example

White with #B47676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47676; }

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

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

background-color css

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

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

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

border-color css

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

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

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