Html Css Color HEX #B2717A Turkish Rose

📋 copy color: '#B2717A'

red 178 ◦ green 113 ◦ blue 122

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

Shades of Turkish Rose #B2717A

Tints of Turkish Rose #B2717A

RGB

 RED value IS 178 (69.92% from 255) = 43.1%

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

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

R = 43.1%
G = 27.36%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2717A (or 0xB2717A) is known color: Turkish Rose. HEX triplet: B2, 71 and 7A. RGB value is (178,113,122). Sum of RGB (Red+Green+Blue) = 178+113+122=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B2717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2717A is #4D8E85. Grayscale: #858585. Windows color (decimal): -5082758 or 8024498. OLE color: 8024498.

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

Color convert

RGB 178 113 122 -
CMYK 0 0.37 0.31 0.30
HSL 351.69º 0.3% 0.57% -
HSV(B) 351.69º 0.37% 0.7% -
XYZ 27.78 22.68 21.33 -
YUV 133.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 178 113 122 0 0.37 0.31 0.30 351.69 0.3 0.57
Hex B2 71 7A 0 25 1F 1E 160 1E 39
Octal 262 161 172 0 45 37 36 540 36 71
Binary 10110010 1110001 1111010 0 100101 11111 11110 101100000 11110 111001

Color Harmonies of #B2717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2717A

Black with #B2717A

Text Example


Text Example

White with #B2717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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