Html Css Color HEX #B2716D Coral Tree

📋 copy color: '#B2716D'

red 178 ◦ green 113 ◦ blue 109

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

Shades of Coral Tree #B2716D

Tints of Coral Tree #B2716D

RGB

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

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

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

R = 44.5%
G = 28.25%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2716D (or 0xB2716D) is known color: Coral Tree. HEX triplet: B2, 71 and 6D. RGB value is (178,113,109). Sum of RGB (Red+Green+Blue) = 178+113+109=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2716D is #4D8E92. Grayscale: #848484. Windows color (decimal): -5082771 or 7172530. OLE color: 7172530.

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

Color convert

RGB 178 113 109 -
CMYK 0 0.37 0.39 0.30
HSL 3.48º 0.31% 0.56% -
HSV(B) 3.48º 0.39% 0.7% -
XYZ 27.03 22.38 17.36 -
YUV 131.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 178 113 109 0 0.37 0.39 0.30 3.48 0.31 0.56
Hex B2 71 6D 0 25 27 1E 3 1F 38
Octal 262 161 155 0 45 47 36 3 37 70
Binary 10110010 1110001 1101101 0 100101 100111 11110 11 11111 111000

Color Harmonies of #B2716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2716D

Black with #B2716D

Text Example


Text Example

White with #B2716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2716D; }

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

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

background-color css

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

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

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

border-color css

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

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

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