Html Css Color HEX #B47168 Coral Tree

📋 copy color: '#B47168'

red 180 ◦ green 113 ◦ blue 104

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

Shades of Coral Tree #B47168

Tints of Coral Tree #B47168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 104 (41.02% from 255) = 26.2%

R = 45.34%
G = 28.46%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B47168 (or 0xB47168) is known color: Coral Tree. HEX triplet: B4, 71 and 68. RGB value is (180,113,104). Sum of RGB (Red+Green+Blue) = 180+113+104=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B47168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47168 is #4B8E97. Grayscale: #848484. Windows color (decimal): -4951704 or 6844852. OLE color: 6844852.

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

Color convert

RGB 180 113 104 -
CMYK 0 0.37 0.42 0.29
HSL 7.11º 0.34% 0.56% -
HSV(B) 7.11º 0.42% 0.71% -
XYZ 27.23 22.51 16.01 -
YUV 132.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 180 113 104 0 0.37 0.42 0.29 7.11 0.34 0.56
Hex B4 71 68 0 25 2A 1D 7 22 38
Octal 264 161 150 0 45 52 35 7 42 70
Binary 10110100 1110001 1101000 0 100101 101010 11101 111 100010 111000

Color Harmonies of #B47168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47168

Black with #B47168

Text Example


Text Example

White with #B47168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47168; }

 p { color: rgb(180,113,104); }

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

background-color css

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

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

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

border-color css

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

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

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