Html Css Color HEX #B0717A Turkish Rose

📋 copy color: '#B0717A'

red 176 ◦ green 113 ◦ blue 122

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

Shades of Turkish Rose #B0717A

Tints of Turkish Rose #B0717A

RGB

 RED value IS 176 (69.14% from 255) = 42.82%

 GREEN value IS 113 (44.53% from 255) = 27.49%

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

R = 42.82%
G = 27.49%
B = 29.68%

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

#B0717A (or 0xB0717A) is known color: Turkish Rose. HEX triplet: B0, 71 and 7A. RGB value is (176,113,122). Sum of RGB (Red+Green+Blue) = 176+113+122=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B0717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0717A is #4F8E85. Grayscale: #848484. Windows color (decimal): -5213830 or 8024496. OLE color: 8024496.

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

Color convert

RGB 176 113 122 -
CMYK 0 0.36 0.31 0.31
HSL 351.43º 0.29% 0.57% -
HSV(B) 351.43º 0.36% 0.69% -
XYZ 27.32 22.45 21.3 -
YUV 132.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 176 113 122 0 0.36 0.31 0.31 351.43 0.29 0.57
Hex B0 71 7A 0 24 1F 1F 15F 1D 39
Octal 260 161 172 0 44 37 37 537 35 71
Binary 10110000 1110001 1111010 0 100100 11111 11111 101011111 11101 111001

Color Harmonies of #B0717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0717A

Black with #B0717A

Text Example


Text Example

White with #B0717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0717A; }

 p { color: rgb(176,113,122); }

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

background-color css

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

 a { background-color: rgb(176,113,122); }

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

border-color css

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

 span { border-color: rgb(176,113,122); }

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