Html Css Color HEX #B0757C Turkish Rose

📋 copy color: '#B0757C'

red 176 ◦ green 117 ◦ blue 124

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

Shades of Turkish Rose #B0757C

Tints of Turkish Rose #B0757C

RGB

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

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

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

R = 42.21%
G = 28.06%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0757C (or 0xB0757C) is known color: Turkish Rose. HEX triplet: B0, 75 and 7C. RGB value is (176,117,124). Sum of RGB (Red+Green+Blue) = 176+117+124=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0757C is #4F8A83. Grayscale: #878787. Windows color (decimal): -5212804 or 8156592. OLE color: 8156592.

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

Color convert

RGB 176 117 124 -
CMYK 0 0.34 0.30 0.31
HSL 352.88º 0.27% 0.57% -
HSV(B) 352.88º 0.34% 0.69% -
XYZ 27.9 23.41 22.12 -
YUV 135.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 176 117 124 0 0.34 0.30 0.31 352.88 0.27 0.57
Hex B0 75 7C 0 22 1E 1F 161 1B 39
Octal 260 165 174 0 42 36 37 541 33 71
Binary 10110000 1110101 1111100 0 100010 11110 11111 101100001 11011 111001

Color Harmonies of #B0757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0757C

Black with #B0757C

Text Example


Text Example

White with #B0757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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