Html Css Color HEX #B16F68 Coral Tree

📋 copy color: '#B16F68'

red 177 ◦ green 111 ◦ blue 104

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

Shades of Coral Tree #B16F68

Tints of Coral Tree #B16F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.32%

 BLUE value IS 104 (41.02% from 255) = 26.53%

R = 45.15%
G = 28.32%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B16F68 (or 0xB16F68) is known color: Coral Tree. HEX triplet: B1, 6F and 68. RGB value is (177,111,104). Sum of RGB (Red+Green+Blue) = 177+111+104=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B16F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B16F68 is #4E9097. Grayscale: #828282. Windows color (decimal): -5148824 or 6844337. OLE color: 6844337.

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

Color convert

RGB 177 111 104 -
CMYK 0 0.37 0.41 0.31
HSL 5.75º 0.32% 0.55% -
HSV(B) 5.75º 0.41% 0.69% -
XYZ 26.31 21.72 15.9 -
YUV 129.94 113.37 161.57 -
System Red Green Blue C M Y K H S L
Decimal 177 111 104 0 0.37 0.41 0.31 5.75 0.32 0.55
Hex B1 6F 68 0 25 29 1F 6 20 37
Octal 261 157 150 0 45 51 37 6 40 67
Binary 10110001 1101111 1101000 0 100101 101001 11111 110 100000 110111

Color Harmonies of #B16F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16F68

Black with #B16F68

Text Example


Text Example

White with #B16F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16F68; }

 p { color: rgb(177,111,104); }

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

background-color css

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

 a { background-color: rgb(177,111,104); }

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

border-color css

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

 span { border-color: rgb(177,111,104); }

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