Html Css Color HEX #B0716F Coral Tree

📋 copy color: '#B0716F'

red 176 ◦ green 113 ◦ blue 111

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

Shades of Coral Tree #B0716F

Tints of Coral Tree #B0716F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.75%

R = 44%
G = 28.25%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0716F (or 0xB0716F) is known color: Coral Tree. HEX triplet: B0, 71 and 6F. RGB value is (176,113,111). Sum of RGB (Red+Green+Blue) = 176+113+111=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0716F is #4F8E90. Grayscale: #838383. Windows color (decimal): -5213841 or 7303600. OLE color: 7303600.

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

Color convert

RGB 176 113 111 -
CMYK 0 0.36 0.37 0.31
HSL 1.85º 0.29% 0.56% -
HSV(B) 1.85º 0.37% 0.69% -
XYZ 26.68 22.19 17.92 -
YUV 131.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 176 113 111 0 0.36 0.37 0.31 1.85 0.29 0.56
Hex B0 71 6F 0 24 25 1F 2 1D 38
Octal 260 161 157 0 44 45 37 2 35 70
Binary 10110000 1110001 1101111 0 100100 100101 11111 10 11101 111000

Color Harmonies of #B0716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0716F

Black with #B0716F

Text Example


Text Example

White with #B0716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0716F; }

 p { color: rgb(176,113,111); }

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

background-color css

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

 a { background-color: rgb(176,113,111); }

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

border-color css

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

 span { border-color: rgb(176,113,111); }

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