Html Css Color HEX #B2715E Coral Tree

📋 copy color: '#B2715E'

red 178 ◦ green 113 ◦ blue 94

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

Shades of Coral Tree #B2715E

Tints of Coral Tree #B2715E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.42%

R = 46.23%
G = 29.35%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2715E (or 0xB2715E) is known color: Coral Tree. HEX triplet: B2, 71 and 5E. RGB value is (178,113,94). Sum of RGB (Red+Green+Blue) = 178+113+94=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2715E is #4D8EA1. Grayscale: #828282. Windows color (decimal): -5082786 or 6189490. OLE color: 6189490.

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

Color convert

RGB 178 113 94 -
CMYK 0 0.37 0.47 0.30
HSL 13.57º 0.35% 0.53% -
HSV(B) 13.57º 0.47% 0.7% -
XYZ 26.29 22.08 13.47 -
YUV 130.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 178 113 94 0 0.37 0.47 0.30 13.57 0.35 0.53
Hex B2 71 5E 0 25 2F 1E E 23 35
Octal 262 161 136 0 45 57 36 16 43 65
Binary 10110010 1110001 1011110 0 100101 101111 11110 1110 100011 110101

Color Harmonies of #B2715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2715E

Black with #B2715E

Text Example


Text Example

White with #B2715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2715E; }

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

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

background-color css

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

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

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

border-color css

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

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

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