Html Css Color HEX #B1626E Turkish Rose

📋 copy color: '#B1626E'

red 177 ◦ green 98 ◦ blue 110

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

Shades of Turkish Rose #B1626E

Tints of Turkish Rose #B1626E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.57%

R = 45.97%
G = 25.45%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1626E (or 0xB1626E) is known color: Turkish Rose. HEX triplet: B1, 62 and 6E. RGB value is (177,98,110). Sum of RGB (Red+Green+Blue) = 177+98+110=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1626E is #4E9D91. Grayscale: #7B7B7B. Windows color (decimal): -5152146 or 7234225. OLE color: 7234225.

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

Color convert

RGB 177 98 110 -
CMYK 0 0.45 0.38 0.31
HSL 350.89º 0.34% 0.54% -
HSV(B) 350.89º 0.45% 0.69% -
XYZ 25.31 19.21 17.13 -
YUV 122.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 177 98 110 0 0.45 0.38 0.31 350.89 0.34 0.54
Hex B1 62 6E 0 2D 26 1F 15F 22 36
Octal 261 142 156 0 55 46 37 537 42 66
Binary 10110001 1100010 1101110 0 101101 100110 11111 101011111 100010 110110

Color Harmonies of #B1626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1626E

Black with #B1626E

Text Example


Text Example

White with #B1626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1626E; }

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

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

background-color css

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

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

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

border-color css

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

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

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