Html Css Color HEX #B1727A Turkish Rose

📋 copy color: '#B1727A'

red 177 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #B1727A

Tints of Turkish Rose #B1727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.6%

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

R = 42.86%
G = 27.6%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1727A (or 0xB1727A) is known color: Turkish Rose. HEX triplet: B1, 72 and 7A. RGB value is (177,114,122). Sum of RGB (Red+Green+Blue) = 177+114+122=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B1727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1727A is #4E8D85. Grayscale: #858585. Windows color (decimal): -5148038 or 8024753. OLE color: 8024753.

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

Color convert

RGB 177 114 122 -
CMYK 0 0.36 0.31 0.31
HSL 352.38º 0.29% 0.57% -
HSV(B) 352.38º 0.36% 0.69% -
XYZ 27.66 22.79 21.35 -
YUV 133.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 177 114 122 0 0.36 0.31 0.31 352.38 0.29 0.57
Hex B1 72 7A 0 24 1F 1F 160 1D 39
Octal 261 162 172 0 44 37 37 540 35 71
Binary 10110001 1110010 1111010 0 100100 11111 11111 101100000 11101 111001

Color Harmonies of #B1727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1727A

Black with #B1727A

Text Example


Text Example

White with #B1727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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