Html Css Color HEX #B1645F Coral Tree

📋 copy color: '#B1645F'

red 177 ◦ green 100 ◦ blue 95

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

Shades of Coral Tree #B1645F

Tints of Coral Tree #B1645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 47.58%
G = 26.88%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1645F (or 0xB1645F) is known color: Coral Tree. HEX triplet: B1, 64 and 5F. RGB value is (177,100,95). Sum of RGB (Red+Green+Blue) = 177+100+95=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1645F is #4E9BA0. Grayscale: #7A7A7A. Windows color (decimal): -5151649 or 6251697. OLE color: 6251697.

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

Color convert

RGB 177 100 95 -
CMYK 0 0.44 0.46 0.31
HSL 3.66º 0.34% 0.53% -
HSV(B) 3.66º 0.46% 0.69% -
XYZ 24.75 19.29 13.24 -
YUV 122.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 177 100 95 0 0.44 0.46 0.31 3.66 0.34 0.53
Hex B1 64 5F 0 2C 2E 1F 4 22 35
Octal 261 144 137 0 54 56 37 4 42 65
Binary 10110001 1100100 1011111 0 101100 101110 11111 100 100010 110101

Color Harmonies of #B1645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1645F

Black with #B1645F

Text Example


Text Example

White with #B1645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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