Html Css Color HEX #B1766E Coral Tree

📋 copy color: '#B1766E'

red 177 ◦ green 118 ◦ blue 110

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

Shades of Coral Tree #B1766E

Tints of Coral Tree #B1766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.14%

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 43.7%
G = 29.14%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1766E (or 0xB1766E) is known color: Coral Tree. HEX triplet: B1, 76 and 6E. RGB value is (177,118,110). Sum of RGB (Red+Green+Blue) = 177+118+110=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1766E is #4E8991. Grayscale: #868686. Windows color (decimal): -5147026 or 7239345. OLE color: 7239345.

HSL color Cylindrical-coordinate representation of color #B1766E: hue angle of 7.16º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1766E is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 118 110 -
CMYK 0 0.33 0.38 0.31
HSL 7.16º 0.3% 0.56% -
HSV(B) 7.16º 0.38% 0.69% -
XYZ 27.42 23.43 17.83 -
YUV 134.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 177 118 110 0 0.33 0.38 0.31 7.16 0.3 0.56
Hex B1 76 6E 0 21 26 1F 7 1E 38
Octal 261 166 156 0 41 46 37 7 36 70
Binary 10110001 1110110 1101110 0 100001 100110 11111 111 11110 111000

Color Harmonies of #B1766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1766E

Black with #B1766E

Text Example


Text Example

White with #B1766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1766E; }

 p { color: rgb(177,118,110); }

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

background-color css

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

 a { background-color: rgb(177,118,110); }

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

border-color css

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

 span { border-color: rgb(177,118,110); }

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