Html Css Color HEX #B1746C Coral Tree

📋 copy color: '#B1746C'

red 177 ◦ green 116 ◦ blue 108

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

Shades of Coral Tree #B1746C

Tints of Coral Tree #B1746C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.93%

R = 44.14%
G = 28.93%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1746C (or 0xB1746C) is known color: Coral Tree. HEX triplet: B1, 74 and 6C. RGB value is (177,116,108). Sum of RGB (Red+Green+Blue) = 177+116+108=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B1746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1746C is #4E8B93. Grayscale: #858585. Windows color (decimal): -5147540 or 7107761. OLE color: 7107761.

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

Color convert

RGB 177 116 108 -
CMYK 0 0.34 0.39 0.31
HSL 6.96º 0.31% 0.56% -
HSV(B) 6.96º 0.39% 0.69% -
XYZ 27.08 22.92 17.18 -
YUV 133.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 177 116 108 0 0.34 0.39 0.31 6.96 0.31 0.56
Hex B1 74 6C 0 22 27 1F 7 1F 38
Octal 261 164 154 0 42 47 37 7 37 70
Binary 10110001 1110100 1101100 0 100010 100111 11111 111 11111 111000

Color Harmonies of #B1746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1746C

Black with #B1746C

Text Example


Text Example

White with #B1746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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