Html Css Color HEX #B16362 Coral Tree

📋 copy color: '#B16362'

red 177 ◦ green 99 ◦ blue 98

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

Shades of Coral Tree #B16362

Tints of Coral Tree #B16362

RGB

 RED value IS 177 (69.53% from 255) = 47.33%

 GREEN value IS 99 (39.06% from 255) = 26.47%

 BLUE value IS 98 (38.67% from 255) = 26.2%

R = 47.33%
G = 26.47%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B16362 (or 0xB16362) is known color: Coral Tree. HEX triplet: B1, 63 and 62. RGB value is (177,99,98). Sum of RGB (Red+Green+Blue) = 177+99+98=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B16362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16362 is #4E9C9D. Grayscale: #7A7A7A. Windows color (decimal): -5151902 or 6448049. OLE color: 6448049.

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

Color convert

RGB 177 99 98 -
CMYK 0 0.44 0.45 0.31
HSL 0.76º 0.34% 0.54% -
HSV(B) 0.76º 0.45% 0.69% -
XYZ 24.8 19.15 13.95 -
YUV 122.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 177 99 98 0 0.44 0.45 0.31 0.76 0.34 0.54
Hex B1 63 62 0 2C 2D 1F 1 22 36
Octal 261 143 142 0 54 55 37 1 42 66
Binary 10110001 1100011 1100010 0 101100 101101 11111 1 100010 110110

Color Harmonies of #B16362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16362

Black with #B16362

Text Example


Text Example

White with #B16362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16362; }

 p { color: rgb(177,99,98); }

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

background-color css

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

 a { background-color: rgb(177,99,98); }

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

border-color css

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

 span { border-color: rgb(177,99,98); }

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