Html Css Color HEX #B47675 Coral Tree

📋 copy color: '#B47675'

red 180 ◦ green 118 ◦ blue 117

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

Shades of Coral Tree #B47675

Tints of Coral Tree #B47675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 43.37%
G = 28.43%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B47675 (or 0xB47675) is known color: Coral Tree. HEX triplet: B4, 76 and 75. RGB value is (180,118,117). Sum of RGB (Red+Green+Blue) = 180+118+117=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B47675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47675 is #4B898A. Grayscale: #888888. Windows color (decimal): -4950411 or 7698100. OLE color: 7698100.

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

Color convert

RGB 180 118 117 -
CMYK 0 0.34 0.35 0.29
HSL 0.95º 0.3% 0.58% -
HSV(B) 0.95º 0.35% 0.71% -
XYZ 28.51 23.94 19.95 -
YUV 136.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 180 118 117 0 0.34 0.35 0.29 0.95 0.3 0.58
Hex B4 76 75 0 22 23 1D 1 1E 3A
Octal 264 166 165 0 42 43 35 1 36 72
Binary 10110100 1110110 1110101 0 100010 100011 11101 1 11110 111010

Color Harmonies of #B47675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47675

Black with #B47675

Text Example


Text Example

White with #B47675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47675; }

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

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

background-color css

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

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

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

border-color css

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

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

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