Html Css Color HEX #B0716B Coral Tree

📋 copy color: '#B0716B'

red 176 ◦ green 113 ◦ blue 107

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

Shades of Coral Tree #B0716B

Tints of Coral Tree #B0716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 44.44%
G = 28.54%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0716B (or 0xB0716B) is known color: Coral Tree. HEX triplet: B0, 71 and 6B. RGB value is (176,113,107). Sum of RGB (Red+Green+Blue) = 176+113+107=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0716B is #4F8E94. Grayscale: #838383. Windows color (decimal): -5213845 or 7041456. OLE color: 7041456.

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

Color convert

RGB 176 113 107 -
CMYK 0 0.36 0.39 0.31
HSL 5.22º 0.3% 0.55% -
HSV(B) 5.22º 0.39% 0.69% -
XYZ 26.46 22.1 16.78 -
YUV 131.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 176 113 107 0 0.36 0.39 0.31 5.22 0.3 0.55
Hex B0 71 6B 0 24 27 1F 5 1E 37
Octal 260 161 153 0 44 47 37 5 36 67
Binary 10110000 1110001 1101011 0 100100 100111 11111 101 11110 110111

Color Harmonies of #B0716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0716B

Black with #B0716B

Text Example


Text Example

White with #B0716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0716B; }

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

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

background-color css

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

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

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

border-color css

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

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

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