Html Css Color HEX #B1757D Turkish Rose

📋 copy color: '#B1757D'

red 177 ◦ green 117 ◦ blue 125

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

Shades of Turkish Rose #B1757D

Tints of Turkish Rose #B1757D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.92%

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 42.24%
G = 27.92%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1757D (or 0xB1757D) is known color: Turkish Rose. HEX triplet: B1, 75 and 7D. RGB value is (177,117,125). Sum of RGB (Red+Green+Blue) = 177+117+125=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1757D is #4E8A82. Grayscale: #878787. Windows color (decimal): -5147267 or 8222129. OLE color: 8222129.

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

Color convert

RGB 177 117 125 -
CMYK 0 0.34 0.29 0.31
HSL 352º 0.28% 0.58% -
HSV(B) 352º 0.34% 0.69% -
XYZ 28.19 23.55 22.46 -
YUV 135.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 177 117 125 0 0.34 0.29 0.31 352 0.28 0.58
Hex B1 75 7D 0 22 1D 1F 160 1C 3A
Octal 261 165 175 0 42 35 37 540 34 72
Binary 10110001 1110101 1111101 0 100010 11101 11111 101100000 11100 111010

Color Harmonies of #B1757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1757D

Black with #B1757D

Text Example


Text Example

White with #B1757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1757D; }

 p { color: rgb(177,117,125); }

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

background-color css

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

 a { background-color: rgb(177,117,125); }

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

border-color css

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

 span { border-color: rgb(177,117,125); }

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