Html Css Color HEX #B1705E Coral Tree

📋 copy color: '#B1705E'

red 177 ◦ green 112 ◦ blue 94

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

Shades of Coral Tree #B1705E

Tints of Coral Tree #B1705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 46.21%
G = 29.24%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1705E (or 0xB1705E) is known color: Coral Tree. HEX triplet: B1, 70 and 5E. RGB value is (177,112,94). Sum of RGB (Red+Green+Blue) = 177+112+94=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1705E is #4E8FA1. Grayscale: #818181. Windows color (decimal): -5148578 or 6189233. OLE color: 6189233.

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

Color convert

RGB 177 112 94 -
CMYK 0 0.37 0.47 0.31
HSL 13.01º 0.35% 0.53% -
HSV(B) 13.01º 0.47% 0.69% -
XYZ 25.95 21.74 13.42 -
YUV 129.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 177 112 94 0 0.37 0.47 0.31 13.01 0.35 0.53
Hex B1 70 5E 0 25 2F 1F D 23 35
Octal 261 160 136 0 45 57 37 15 43 65
Binary 10110001 1110000 1011110 0 100101 101111 11111 1101 100011 110101

Color Harmonies of #B1705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1705E

Black with #B1705E

Text Example


Text Example

White with #B1705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1705E; }

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

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

background-color css

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

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

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

border-color css

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

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

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