Html Css Color HEX #B1706B Coral Tree

📋 copy color: '#B1706B'

red 177 ◦ green 112 ◦ blue 107

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

Shades of Coral Tree #B1706B

Tints of Coral Tree #B1706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 44.7%
G = 28.28%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1706B (or 0xB1706B) is known color: Coral Tree. HEX triplet: B1, 70 and 6B. RGB value is (177,112,107). Sum of RGB (Red+Green+Blue) = 177+112+107=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B1706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1706B is #4E8F94. Grayscale: #828282. Windows color (decimal): -5148565 or 7041201. OLE color: 7041201.

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

Color convert

RGB 177 112 107 -
CMYK 0 0.37 0.40 0.31
HSL 4.29º 0.31% 0.56% -
HSV(B) 4.29º 0.4% 0.69% -
XYZ 26.58 22 16.75 -
YUV 130.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 177 112 107 0 0.37 0.40 0.31 4.29 0.31 0.56
Hex B1 70 6B 0 25 28 1F 4 1F 38
Octal 261 160 153 0 45 50 37 4 37 70
Binary 10110001 1110000 1101011 0 100101 101000 11111 100 11111 111000

Color Harmonies of #B1706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1706B

Black with #B1706B

Text Example


Text Example

White with #B1706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1706B; }

 p { color: rgb(177,112,107); }

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

background-color css

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

 a { background-color: rgb(177,112,107); }

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

border-color css

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

 span { border-color: rgb(177,112,107); }

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