Html Css Color HEX #B1705F Coral Tree

📋 copy color: '#B1705F'

red 177 ◦ green 112 ◦ blue 95

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

Shades of Coral Tree #B1705F

Tints of Coral Tree #B1705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 46.09%
G = 29.17%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1705F (or 0xB1705F) is known color: Coral Tree. HEX triplet: B1, 70 and 5F. RGB value is (177,112,95). Sum of RGB (Red+Green+Blue) = 177+112+95=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1705F is #4E8FA0. Grayscale: #818181. Windows color (decimal): -5148577 or 6254769. OLE color: 6254769.

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

Color convert

RGB 177 112 95 -
CMYK 0 0.37 0.46 0.31
HSL 12.44º 0.34% 0.53% -
HSV(B) 12.44º 0.46% 0.69% -
XYZ 25.99 21.76 13.66 -
YUV 129.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 177 112 95 0 0.37 0.46 0.31 12.44 0.34 0.53
Hex B1 70 5F 0 25 2E 1F C 22 35
Octal 261 160 137 0 45 56 37 14 42 65
Binary 10110001 1110000 1011111 0 100101 101110 11111 1100 100010 110101

Color Harmonies of #B1705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1705F

Black with #B1705F

Text Example


Text Example

White with #B1705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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