Html Css Color HEX #B16C66 Coral Tree

📋 copy color: '#B16C66'

red 177 ◦ green 108 ◦ blue 102

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

Shades of Coral Tree #B16C66

Tints of Coral Tree #B16C66

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.91%

 BLUE value IS 102 (40.23% from 255) = 26.36%

R = 45.74%
G = 27.91%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B16C66 (or 0xB16C66) is known color: Coral Tree. HEX triplet: B1, 6C and 66. RGB value is (177,108,102). Sum of RGB (Red+Green+Blue) = 177+108+102=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C66 is #4E9399. Grayscale: #808080. Windows color (decimal): -5149594 or 6712497. OLE color: 6712497.

HSL color Cylindrical-coordinate representation of color #B16C66: hue angle of 4.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16C66 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 108 102 -
CMYK 0 0.39 0.42 0.31
HSL 4.8º 0.32% 0.55% -
HSV(B) 4.8º 0.42% 0.69% -
XYZ 25.89 21.03 15.27 -
YUV 127.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 177 108 102 0 0.39 0.42 0.31 4.8 0.32 0.55
Hex B1 6C 66 0 27 2A 1F 5 20 37
Octal 261 154 146 0 47 52 37 5 40 67
Binary 10110001 1101100 1100110 0 100111 101010 11111 101 100000 110111

Color Harmonies of #B16C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C66

Black with #B16C66

Text Example


Text Example

White with #B16C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C66; }

 p { color: rgb(177,108,102); }

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

background-color css

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

 a { background-color: rgb(177,108,102); }

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

border-color css

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

 span { border-color: rgb(177,108,102); }

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