Html Css Color HEX #B2757C Turkish Rose

📋 copy color: '#B2757C'

red 178 ◦ green 117 ◦ blue 124

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

Shades of Turkish Rose #B2757C

Tints of Turkish Rose #B2757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.92%

 BLUE value IS 124 (48.83% from 255) = 29.59%

R = 42.48%
G = 27.92%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2757C (or 0xB2757C) is known color: Turkish Rose. HEX triplet: B2, 75 and 7C. RGB value is (178,117,124). Sum of RGB (Red+Green+Blue) = 178+117+124=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2757C is #4D8A83. Grayscale: #888888. Windows color (decimal): -5081732 or 8156594. OLE color: 8156594.

HSL color Cylindrical-coordinate representation of color #B2757C: hue angle of 353.11º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2757C is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 117 124 -
CMYK 0 0.34 0.30 0.30
HSL 353.11º 0.28% 0.58% -
HSV(B) 353.11º 0.34% 0.7% -
XYZ 28.36 23.64 22.14 -
YUV 136.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 178 117 124 0 0.34 0.30 0.30 353.11 0.28 0.58
Hex B2 75 7C 0 22 1E 1E 161 1C 3A
Octal 262 165 174 0 42 36 36 541 34 72
Binary 10110010 1110101 1111100 0 100010 11110 11110 101100001 11100 111010

Color Harmonies of #B2757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2757C

Black with #B2757C

Text Example


Text Example

White with #B2757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2757C; }

 p { color: rgb(178,117,124); }

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

background-color css

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

 a { background-color: rgb(178,117,124); }

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

border-color css

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

 span { border-color: rgb(178,117,124); }

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