Html Css Color HEX #B1757B Turkish Rose

📋 copy color: '#B1757B'

red 177 ◦ green 117 ◦ blue 123

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

Shades of Turkish Rose #B1757B

Tints of Turkish Rose #B1757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.5%

R = 42.45%
G = 28.06%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1757B (or 0xB1757B) is known color: Turkish Rose. HEX triplet: B1, 75 and 7B. RGB value is (177,117,123). Sum of RGB (Red+Green+Blue) = 177+117+123=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1757B is #4E8A84. Grayscale: #878787. Windows color (decimal): -5147269 or 8091057. OLE color: 8091057.

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

Color convert

RGB 177 117 123 -
CMYK 0 0.34 0.31 0.31
HSL 354º 0.28% 0.58% -
HSV(B) 354º 0.34% 0.69% -
XYZ 28.07 23.5 21.8 -
YUV 135.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 177 117 123 0 0.34 0.31 0.31 354 0.28 0.58
Hex B1 75 7B 0 22 1F 1F 162 1C 3A
Octal 261 165 173 0 42 37 37 542 34 72
Binary 10110001 1110101 1111011 0 100010 11111 11111 101100010 11100 111010

Color Harmonies of #B1757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1757B

Black with #B1757B

Text Example


Text Example

White with #B1757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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