Html Css Color HEX #B16C69 Coral Tree

📋 copy color: '#B16C69'

red 177 ◦ green 108 ◦ blue 105

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

Shades of Coral Tree #B16C69

Tints of Coral Tree #B16C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.92%

R = 45.38%
G = 27.69%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B16C69 (or 0xB16C69) is known color: Coral Tree. HEX triplet: B1, 6C and 69. RGB value is (177,108,105). Sum of RGB (Red+Green+Blue) = 177+108+105=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16C69 is #4E9396. Grayscale: #808080. Windows color (decimal): -5149591 or 6909105. OLE color: 6909105.

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

Color convert

RGB 177 108 105 -
CMYK 0 0.39 0.41 0.31
HSL 2.5º 0.32% 0.55% -
HSV(B) 2.5º 0.41% 0.69% -
XYZ 26.04 21.09 16.06 -
YUV 128.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 177 108 105 0 0.39 0.41 0.31 2.5 0.32 0.55
Hex B1 6C 69 0 27 29 1F 2 20 37
Octal 261 154 151 0 47 51 37 2 40 67
Binary 10110001 1101100 1101001 0 100111 101001 11111 10 100000 110111

Color Harmonies of #B16C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C69

Black with #B16C69

Text Example


Text Example

White with #B16C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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