Html Css Color HEX #B16966 Coral Tree

📋 copy color: '#B16966'

red 177 ◦ green 105 ◦ blue 102

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

Shades of Coral Tree #B16966

Tints of Coral Tree #B16966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.34%

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

R = 46.09%
G = 27.34%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B16966 (or 0xB16966) is known color: Coral Tree. HEX triplet: B1, 69 and 66. RGB value is (177,105,102). Sum of RGB (Red+Green+Blue) = 177+105+102=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B16966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16966 is #4E9699. Grayscale: #7E7E7E. Windows color (decimal): -5150362 or 6711729. OLE color: 6711729.

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

Color convert

RGB 177 105 102 -
CMYK 0 0.41 0.42 0.31
HSL 2.4º 0.32% 0.55% -
HSV(B) 2.4º 0.42% 0.69% -
XYZ 25.58 20.41 15.16 -
YUV 126.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 177 105 102 0 0.41 0.42 0.31 2.4 0.32 0.55
Hex B1 69 66 0 29 2A 1F 2 20 37
Octal 261 151 146 0 51 52 37 2 40 67
Binary 10110001 1101001 1100110 0 101001 101010 11111 10 100000 110111

Color Harmonies of #B16966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16966

Black with #B16966

Text Example


Text Example

White with #B16966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16966; }

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

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

background-color css

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

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

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

border-color css

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

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

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