Html Css Color HEX #B2615B Coral Tree

📋 copy color: '#B2615B'

red 178 ◦ green 97 ◦ blue 91

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

Shades of Coral Tree #B2615B

Tints of Coral Tree #B2615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.5%

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 48.63%
G = 26.5%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2615B (or 0xB2615B) is known color: Coral Tree. HEX triplet: B2, 61 and 5B. RGB value is (178,97,91). Sum of RGB (Red+Green+Blue) = 178+97+91=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2615B is #4D9EA4. Grayscale: #787878. Windows color (decimal): -5086885 or 5988786. OLE color: 5988786.

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

Color convert

RGB 178 97 91 -
CMYK 0 0.46 0.49 0.30
HSL 4.14º 0.36% 0.53% -
HSV(B) 4.14º 0.49% 0.7% -
XYZ 24.52 18.77 12.23 -
YUV 120.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 178 97 91 0 0.46 0.49 0.30 4.14 0.36 0.53
Hex B2 61 5B 0 2E 31 1E 4 24 35
Octal 262 141 133 0 56 61 36 4 44 65
Binary 10110010 1100001 1011011 0 101110 110001 11110 100 100100 110101

Color Harmonies of #B2615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2615B

Black with #B2615B

Text Example


Text Example

White with #B2615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2615B; }

 p { color: rgb(178,97,91); }

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

background-color css

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

 a { background-color: rgb(178,97,91); }

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

border-color css

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

 span { border-color: rgb(178,97,91); }

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