Html Css Color HEX #B2747C Turkish Rose

📋 copy color: '#B2747C'

red 178 ◦ green 116 ◦ blue 124

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

Shades of Turkish Rose #B2747C

Tints of Turkish Rose #B2747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.75%

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

R = 42.58%
G = 27.75%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2747C (or 0xB2747C) is known color: Turkish Rose. HEX triplet: B2, 74 and 7C. RGB value is (178,116,124). Sum of RGB (Red+Green+Blue) = 178+116+124=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2747C is #4D8B83. Grayscale: #878787. Windows color (decimal): -5081988 or 8156338. OLE color: 8156338.

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

Color convert

RGB 178 116 124 -
CMYK 0 0.35 0.30 0.30
HSL 352.26º 0.29% 0.58% -
HSV(B) 352.26º 0.35% 0.7% -
XYZ 28.24 23.41 22.1 -
YUV 135.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 178 116 124 0 0.35 0.30 0.30 352.26 0.29 0.58
Hex B2 74 7C 0 23 1E 1E 160 1D 3A
Octal 262 164 174 0 43 36 36 540 35 72
Binary 10110010 1110100 1111100 0 100011 11110 11110 101100000 11101 111010

Color Harmonies of #B2747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2747C

Black with #B2747C

Text Example


Text Example

White with #B2747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2747C; }

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

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

background-color css

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

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

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

border-color css

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

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

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