Html Css Color HEX #B1707B Turkish Rose

📋 copy color: '#B1707B'

red 177 ◦ green 112 ◦ blue 123

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

Shades of Turkish Rose #B1707B

Tints of Turkish Rose #B1707B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.18%

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

R = 42.96%
G = 27.18%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1707B (or 0xB1707B) is known color: Turkish Rose. HEX triplet: B1, 70 and 7B. RGB value is (177,112,123). Sum of RGB (Red+Green+Blue) = 177+112+123=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B1707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1707B is #4E8F84. Grayscale: #848484. Windows color (decimal): -5148549 or 8089777. OLE color: 8089777.

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

Color convert

RGB 177 112 123 -
CMYK 0 0.37 0.31 0.31
HSL 349.85º 0.29% 0.57% -
HSV(B) 349.85º 0.37% 0.69% -
XYZ 27.5 22.37 21.61 -
YUV 132.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 177 112 123 0 0.37 0.31 0.31 349.85 0.29 0.57
Hex B1 70 7B 0 25 1F 1F 15E 1D 39
Octal 261 160 173 0 45 37 37 536 35 71
Binary 10110001 1110000 1111011 0 100101 11111 11111 101011110 11101 111001

Color Harmonies of #B1707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1707B

Black with #B1707B

Text Example


Text Example

White with #B1707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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