Html Css Color HEX #B16A66 Coral Tree

📋 copy color: '#B16A66'

red 177 ◦ green 106 ◦ blue 102

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

Shades of Coral Tree #B16A66

Tints of Coral Tree #B16A66

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.53%

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

R = 45.97%
G = 27.53%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B16A66 (or 0xB16A66) is known color: Coral Tree. HEX triplet: B1, 6A and 66. RGB value is (177,106,102). Sum of RGB (Red+Green+Blue) = 177+106+102=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16A66 is #4E9599. Grayscale: #7E7E7E. Windows color (decimal): -5150106 or 6711985. OLE color: 6711985.

HSL color Cylindrical-coordinate representation of color #B16A66: hue angle of 3.2º 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 #B16A66 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 106 102 -
CMYK 0 0.40 0.42 0.31
HSL 3.2º 0.32% 0.55% -
HSV(B) 3.2º 0.42% 0.69% -
XYZ 25.68 20.61 15.2 -
YUV 126.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 177 106 102 0 0.40 0.42 0.31 3.2 0.32 0.55
Hex B1 6A 66 0 28 2A 1F 3 20 37
Octal 261 152 146 0 50 52 37 3 40 67
Binary 10110001 1101010 1100110 0 101000 101010 11111 11 100000 110111

Color Harmonies of #B16A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16A66

Black with #B16A66

Text Example


Text Example

White with #B16A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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