Html Css Color HEX #B47069 Coral Tree

📋 copy color: '#B47069'

red 180 ◦ green 112 ◦ blue 105

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

Shades of Coral Tree #B47069

Tints of Coral Tree #B47069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.21%

 BLUE value IS 105 (41.41% from 255) = 26.45%

R = 45.34%
G = 28.21%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B47069 (or 0xB47069) is known color: Coral Tree. HEX triplet: B4, 70 and 69. RGB value is (180,112,105). Sum of RGB (Red+Green+Blue) = 180+112+105=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B47069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47069 is #4B8F96. Grayscale: #838383. Windows color (decimal): -4951959 or 6910132. OLE color: 6910132.

HSL color Cylindrical-coordinate representation of color #B47069: hue angle of 5.6º degrees, saturation: 0.33, 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 #B47069 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 112 105 -
CMYK 0 0.38 0.42 0.29
HSL 5.6º 0.33% 0.56% -
HSV(B) 5.6º 0.42% 0.71% -
XYZ 27.17 22.31 16.24 -
YUV 131.53 113.03 162.57 -
System Red Green Blue C M Y K H S L
Decimal 180 112 105 0 0.38 0.42 0.29 5.6 0.33 0.56
Hex B4 70 69 0 26 2A 1D 6 21 38
Octal 264 160 151 0 46 52 35 6 41 70
Binary 10110100 1110000 1101001 0 100110 101010 11101 110 100001 111000

Color Harmonies of #B47069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47069

Black with #B47069

Text Example


Text Example

White with #B47069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47069; }

 p { color: rgb(180,112,105); }

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

background-color css

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

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

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

border-color css

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

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

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