Html Css Color HEX #B0615A Coral Tree

📋 copy color: '#B0615A'

red 176 ◦ green 97 ◦ blue 90

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

Shades of Coral Tree #B0615A

Tints of Coral Tree #B0615A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 48.48%
G = 26.72%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0615A (or 0xB0615A) is known color: Coral Tree. HEX triplet: B0, 61 and 5A. RGB value is (176,97,90). Sum of RGB (Red+Green+Blue) = 176+97+90=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B0615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0615A is #4F9EA5. Grayscale: #777777. Windows color (decimal): -5217958 or 5923248. OLE color: 5923248.

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

Color convert

RGB 176 97 90 -
CMYK 0 0.45 0.49 0.31
HSL 4.88º 0.35% 0.52% -
HSV(B) 4.88º 0.49% 0.69% -
XYZ 24.02 18.52 11.98 -
YUV 119.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 176 97 90 0 0.45 0.49 0.31 4.88 0.35 0.52
Hex B0 61 5A 0 2D 31 1F 5 23 34
Octal 260 141 132 0 55 61 37 5 43 64
Binary 10110000 1100001 1011010 0 101101 110001 11111 101 100011 110100

Color Harmonies of #B0615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0615A

Black with #B0615A

Text Example


Text Example

White with #B0615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0615A; }

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

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

background-color css

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

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

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

border-color css

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

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

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