Html Css Color HEX #B2777C Turkish Rose

📋 copy color: '#B2777C'

red 178 ◦ green 119 ◦ blue 124

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

Shades of Turkish Rose #B2777C

Tints of Turkish Rose #B2777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.27%

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

R = 42.28%
G = 28.27%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2777C (or 0xB2777C) is known color: Turkish Rose. HEX triplet: B2, 77 and 7C. RGB value is (178,119,124). Sum of RGB (Red+Green+Blue) = 178+119+124=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2777C is #4D8883. Grayscale: #898989. Windows color (decimal): -5081220 or 8157106. OLE color: 8157106.

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

Color convert

RGB 178 119 124 -
CMYK 0 0.33 0.30 0.30
HSL 354.92º 0.28% 0.58% -
HSV(B) 354.92º 0.33% 0.7% -
XYZ 28.6 24.11 22.22 -
YUV 137.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 178 119 124 0 0.33 0.30 0.30 354.92 0.28 0.58
Hex B2 77 7C 0 21 1E 1E 163 1C 3A
Octal 262 167 174 0 41 36 36 543 34 72
Binary 10110010 1110111 1111100 0 100001 11110 11110 101100011 11100 111010

Color Harmonies of #B2777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2777C

Black with #B2777C

Text Example


Text Example

White with #B2777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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