Html Css Color HEX #B1746E Coral Tree

📋 copy color: '#B1746E'

red 177 ◦ green 116 ◦ blue 110

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

Shades of Coral Tree #B1746E

Tints of Coral Tree #B1746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.78%

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

R = 43.92%
G = 28.78%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1746E (or 0xB1746E) is known color: Coral Tree. HEX triplet: B1, 74 and 6E. RGB value is (177,116,110). Sum of RGB (Red+Green+Blue) = 177+116+110=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1746E is #4E8B91. Grayscale: #858585. Windows color (decimal): -5147538 or 7238833. OLE color: 7238833.

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

Color convert

RGB 177 116 110 -
CMYK 0 0.34 0.38 0.31
HSL 5.37º 0.3% 0.56% -
HSV(B) 5.37º 0.38% 0.69% -
XYZ 27.19 22.96 17.75 -
YUV 133.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 177 116 110 0 0.34 0.38 0.31 5.37 0.3 0.56
Hex B1 74 6E 0 22 26 1F 5 1E 38
Octal 261 164 156 0 42 46 37 5 36 70
Binary 10110001 1110100 1101110 0 100010 100110 11111 101 11110 111000

Color Harmonies of #B1746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1746E

Black with #B1746E

Text Example


Text Example

White with #B1746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1746E; }

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

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

background-color css

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

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

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

border-color css

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

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

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