Html Css Color HEX #B1626F Turkish Rose

📋 copy color: '#B1626F'

red 177 ◦ green 98 ◦ blue 111

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

Shades of Turkish Rose #B1626F

Tints of Turkish Rose #B1626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 45.85%
G = 25.39%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1626F (or 0xB1626F) is known color: Turkish Rose. HEX triplet: B1, 62 and 6F. RGB value is (177,98,111). Sum of RGB (Red+Green+Blue) = 177+98+111=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1626F is #4E9D90. Grayscale: #7B7B7B. Windows color (decimal): -5152145 or 7299761. OLE color: 7299761.

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

Color convert

RGB 177 98 111 -
CMYK 0 0.45 0.37 0.31
HSL 350.13º 0.34% 0.54% -
HSV(B) 350.13º 0.45% 0.69% -
XYZ 25.37 19.23 17.41 -
YUV 123.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 177 98 111 0 0.45 0.37 0.31 350.13 0.34 0.54
Hex B1 62 6F 0 2D 25 1F 15E 22 36
Octal 261 142 157 0 55 45 37 536 42 66
Binary 10110001 1100010 1101111 0 101101 100101 11111 101011110 100010 110110

Color Harmonies of #B1626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1626F

Black with #B1626F

Text Example


Text Example

White with #B1626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1626F; }

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

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

background-color css

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

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

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

border-color css

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

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

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