Html Css Color HEX #B2716E Coral Tree

📋 copy color: '#B2716E'

red 178 ◦ green 113 ◦ blue 110

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

Shades of Coral Tree #B2716E

Tints of Coral Tree #B2716E

RGB

 RED value IS 178 (69.92% from 255) = 44.39%

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

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 44.39%
G = 28.18%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2716E (or 0xB2716E) is known color: Coral Tree. HEX triplet: B2, 71 and 6E. RGB value is (178,113,110). Sum of RGB (Red+Green+Blue) = 178+113+110=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2716E is #4D8E91. Grayscale: #848484. Windows color (decimal): -5082770 or 7238066. OLE color: 7238066.

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

Color convert

RGB 178 113 110 -
CMYK 0 0.37 0.38 0.30
HSL 2.65º 0.31% 0.56% -
HSV(B) 2.65º 0.38% 0.7% -
XYZ 27.08 22.4 17.65 -
YUV 132.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 178 113 110 0 0.37 0.38 0.30 2.65 0.31 0.56
Hex B2 71 6E 0 25 26 1E 3 1F 38
Octal 262 161 156 0 45 46 36 3 37 70
Binary 10110010 1110001 1101110 0 100101 100110 11110 11 11111 111000

Color Harmonies of #B2716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2716E

Black with #B2716E

Text Example


Text Example

White with #B2716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2716E; }

 p { color: rgb(178,113,110); }

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

background-color css

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

 a { background-color: rgb(178,113,110); }

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

border-color css

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

 span { border-color: rgb(178,113,110); }

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