Html Css Color HEX #B0615C Coral Tree

📋 copy color: '#B0615C'

red 176 ◦ green 97 ◦ blue 92

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

Shades of Coral Tree #B0615C

Tints of Coral Tree #B0615C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 48.22%
G = 26.58%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0615C (or 0xB0615C) is known color: Coral Tree. HEX triplet: B0, 61 and 5C. RGB value is (176,97,92). Sum of RGB (Red+Green+Blue) = 176+97+92=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0615C is #4F9EA3. Grayscale: #787878. Windows color (decimal): -5217956 or 6054320. OLE color: 6054320.

HSL color Cylindrical-coordinate representation of color #B0615C: hue angle of 3.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0615C is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 97 92 -
CMYK 0 0.45 0.48 0.31
HSL 3.57º 0.35% 0.53% -
HSV(B) 3.57º 0.48% 0.69% -
XYZ 24.11 18.55 12.44 -
YUV 120.05 112.17 167.91 -
System Red Green Blue C M Y K H S L
Decimal 176 97 92 0 0.45 0.48 0.31 3.57 0.35 0.53
Hex B0 61 5C 0 2D 30 1F 4 23 35
Octal 260 141 134 0 55 60 37 4 43 65
Binary 10110000 1100001 1011100 0 101101 110000 11111 100 100011 110101

Color Harmonies of #B0615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0615C

Black with #B0615C

Text Example


Text Example

White with #B0615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0615C; }

 p { color: rgb(176,97,92); }

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

background-color css

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

 a { background-color: rgb(176,97,92); }

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

border-color css

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

 span { border-color: rgb(176,97,92); }

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