Html Css Color HEX #B1707A Turkish Rose

📋 copy color: '#B1707A'

red 177 ◦ green 112 ◦ blue 122

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

Shades of Turkish Rose #B1707A

Tints of Turkish Rose #B1707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 43.07%
G = 27.25%
B = 29.68%

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

#B1707A (or 0xB1707A) is known color: Turkish Rose. HEX triplet: B1, 70 and 7A. RGB value is (177,112,122). Sum of RGB (Red+Green+Blue) = 177+112+122=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B1707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1707A is #4E8F85. Grayscale: #848484. Windows color (decimal): -5148550 or 8024241. OLE color: 8024241.

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

Color convert

RGB 177 112 122 -
CMYK 0 0.37 0.31 0.31
HSL 350.77º 0.29% 0.57% -
HSV(B) 350.77º 0.37% 0.69% -
XYZ 27.44 22.34 21.28 -
YUV 132.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 177 112 122 0 0.37 0.31 0.31 350.77 0.29 0.57
Hex B1 70 7A 0 25 1F 1F 15F 1D 39
Octal 261 160 172 0 45 37 37 537 35 71
Binary 10110001 1110000 1111010 0 100101 11111 11111 101011111 11101 111001

Color Harmonies of #B1707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1707A

Black with #B1707A

Text Example


Text Example

White with #B1707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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