Html Css Color HEX #B0706D Coral Tree

📋 copy color: '#B0706D'

red 176 ◦ green 112 ◦ blue 109

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

Shades of Coral Tree #B0706D

Tints of Coral Tree #B0706D

RGB

 RED value IS 176 (69.14% from 255) = 44.33%

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

 BLUE value IS 109 (42.97% from 255) = 27.46%

R = 44.33%
G = 28.21%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0706D (or 0xB0706D) is known color: Coral Tree. HEX triplet: B0, 70 and 6D. RGB value is (176,112,109). Sum of RGB (Red+Green+Blue) = 176+112+109=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0706D is #4F8F92. Grayscale: #828282. Windows color (decimal): -5214099 or 7172272. OLE color: 7172272.

HSL color Cylindrical-coordinate representation of color #B0706D: hue angle of 2.69º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0706D is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 109 -
CMYK 0 0.36 0.38 0.31
HSL 2.69º 0.3% 0.56% -
HSV(B) 2.69º 0.38% 0.69% -
XYZ 26.46 21.92 17.3 -
YUV 130.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 176 112 109 0 0.36 0.38 0.31 2.69 0.3 0.56
Hex B0 70 6D 0 24 26 1F 3 1E 38
Octal 260 160 155 0 44 46 37 3 36 70
Binary 10110000 1110000 1101101 0 100100 100110 11111 11 11110 111000

Color Harmonies of #B0706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0706D

Black with #B0706D

Text Example


Text Example

White with #B0706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0706D; }

 p { color: rgb(176,112,109); }

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

background-color css

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

 a { background-color: rgb(176,112,109); }

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

border-color css

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

 span { border-color: rgb(176,112,109); }

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