Html Css Color HEX #B4757C Turkish Rose

📋 copy color: '#B4757C'

red 180 ◦ green 117 ◦ blue 124

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

Shades of Turkish Rose #B4757C

Tints of Turkish Rose #B4757C

RGB

 RED value IS 180 (70.7% from 255) = 42.76%

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

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

R = 42.76%
G = 27.79%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4757C (or 0xB4757C) is known color: Turkish Rose. HEX triplet: B4, 75 and 7C. RGB value is (180,117,124). Sum of RGB (Red+Green+Blue) = 180+117+124=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4757C is #4B8A83. Grayscale: #888888. Windows color (decimal): -4950660 or 8156596. OLE color: 8156596.

HSL color Cylindrical-coordinate representation of color #B4757C: hue angle of 353.33º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4757C is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 117 124 -
CMYK 0 0.35 0.31 0.29
HSL 353.33º 0.3% 0.58% -
HSV(B) 353.33º 0.35% 0.71% -
XYZ 28.82 23.88 22.16 -
YUV 136.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 180 117 124 0 0.35 0.31 0.29 353.33 0.3 0.58
Hex B4 75 7C 0 23 1F 1D 161 1E 3A
Octal 264 165 174 0 43 37 35 541 36 72
Binary 10110100 1110101 1111100 0 100011 11111 11101 101100001 11110 111010

Color Harmonies of #B4757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4757C

Black with #B4757C

Text Example


Text Example

White with #B4757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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