Html Css Color HEX #B2767C Turkish Rose

📋 copy color: '#B2767C'

red 178 ◦ green 118 ◦ blue 124

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

Shades of Turkish Rose #B2767C

Tints of Turkish Rose #B2767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.1%

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

R = 42.38%
G = 28.1%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2767C (or 0xB2767C) is known color: Turkish Rose. HEX triplet: B2, 76 and 7C. RGB value is (178,118,124). Sum of RGB (Red+Green+Blue) = 178+118+124=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2767C is #4D8983. Grayscale: #888888. Windows color (decimal): -5081476 or 8156850. OLE color: 8156850.

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

Color convert

RGB 178 118 124 -
CMYK 0 0.34 0.30 0.30
HSL 354º 0.28% 0.58% -
HSV(B) 354º 0.34% 0.7% -
XYZ 28.48 23.88 22.18 -
YUV 136.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 178 118 124 0 0.34 0.30 0.30 354 0.28 0.58
Hex B2 76 7C 0 22 1E 1E 162 1C 3A
Octal 262 166 174 0 42 36 36 542 34 72
Binary 10110010 1110110 1111100 0 100010 11110 11110 101100010 11100 111010

Color Harmonies of #B2767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2767C

Black with #B2767C

Text Example


Text Example

White with #B2767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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