Html Css Color HEX #B1625F Coral Tree

📋 copy color: '#B1625F'

red 177 ◦ green 98 ◦ blue 95

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

Shades of Coral Tree #B1625F

Tints of Coral Tree #B1625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

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

R = 47.84%
G = 26.49%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B1625F (or 0xB1625F) is known color: Coral Tree. HEX triplet: B1, 62 and 5F. RGB value is (177,98,95). Sum of RGB (Red+Green+Blue) = 177+98+95=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1625F is #4E9DA0. Grayscale: #797979. Windows color (decimal): -5152161 or 6251185. OLE color: 6251185.

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

Color convert

RGB 177 98 95 -
CMYK 0 0.45 0.46 0.31
HSL 2.2º 0.34% 0.53% -
HSV(B) 2.2º 0.46% 0.69% -
XYZ 24.56 18.91 13.18 -
YUV 121.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 177 98 95 0 0.45 0.46 0.31 2.2 0.34 0.53
Hex B1 62 5F 0 2D 2E 1F 2 22 35
Octal 261 142 137 0 55 56 37 2 42 65
Binary 10110001 1100010 1011111 0 101101 101110 11111 10 100010 110101

Color Harmonies of #B1625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1625F

Black with #B1625F

Text Example


Text Example

White with #B1625F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1625F; }

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

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

background-color css

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

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

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

border-color css

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

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

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