Html Css Color HEX #B2777D Turkish Rose

📋 copy color: '#B2777D'

red 178 ◦ green 119 ◦ blue 125

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

Shades of Turkish Rose #B2777D

Tints of Turkish Rose #B2777D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 42.18%
G = 28.2%
B = 29.62%

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

#B2777D (or 0xB2777D) is known color: Turkish Rose. HEX triplet: B2, 77 and 7D. RGB value is (178,119,125). Sum of RGB (Red+Green+Blue) = 178+119+125=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2777D is #4D8882. Grayscale: #898989. Windows color (decimal): -5081219 or 8222642. OLE color: 8222642.

HSL color Cylindrical-coordinate representation of color #B2777D: hue angle of 353.9º 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 #B2777D is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 119 125 -
CMYK 0 0.33 0.30 0.30
HSL 353.9º 0.28% 0.58% -
HSV(B) 353.9º 0.33% 0.7% -
XYZ 28.66 24.14 22.55 -
YUV 137.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 178 119 125 0 0.33 0.30 0.30 353.9 0.28 0.58
Hex B2 77 7D 0 21 1E 1E 162 1C 3A
Octal 262 167 175 0 41 36 36 542 34 72
Binary 10110010 1110111 1111101 0 100001 11110 11110 101100010 11100 111010

Color Harmonies of #B2777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2777D

Black with #B2777D

Text Example


Text Example

White with #B2777D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2777D; }

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

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

background-color css

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

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

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

border-color css

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

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

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