Html Css Color HEX #B1737B Turkish Rose

📋 copy color: '#B1737B'

red 177 ◦ green 115 ◦ blue 123

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

Shades of Turkish Rose #B1737B

Tints of Turkish Rose #B1737B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.71%

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

R = 42.65%
G = 27.71%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1737B (or 0xB1737B) is known color: Turkish Rose. HEX triplet: B1, 73 and 7B. RGB value is (177,115,123). Sum of RGB (Red+Green+Blue) = 177+115+123=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1737B is #4E8C84. Grayscale: #868686. Windows color (decimal): -5147781 or 8090545. OLE color: 8090545.

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

Color convert

RGB 177 115 123 -
CMYK 0 0.35 0.31 0.31
HSL 352.26º 0.28% 0.57% -
HSV(B) 352.26º 0.35% 0.69% -
XYZ 27.84 23.04 21.72 -
YUV 134.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 177 115 123 0 0.35 0.31 0.31 352.26 0.28 0.57
Hex B1 73 7B 0 23 1F 1F 160 1C 39
Octal 261 163 173 0 43 37 37 540 34 71
Binary 10110001 1110011 1111011 0 100011 11111 11111 101100000 11100 111001

Color Harmonies of #B1737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1737B

Black with #B1737B

Text Example


Text Example

White with #B1737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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