Html Css Color HEX #B2737C Turkish Rose

📋 copy color: '#B2737C'

red 178 ◦ green 115 ◦ blue 124

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

Shades of Turkish Rose #B2737C

Tints of Turkish Rose #B2737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

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

R = 42.69%
G = 27.58%
B = 29.74%

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

#B2737C (or 0xB2737C) is known color: Turkish Rose. HEX triplet: B2, 73 and 7C. RGB value is (178,115,124). Sum of RGB (Red+Green+Blue) = 178+115+124=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2737C is #4D8C83. Grayscale: #868686. Windows color (decimal): -5082244 or 8156082. OLE color: 8156082.

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

Color convert

RGB 178 115 124 -
CMYK 0 0.35 0.30 0.30
HSL 351.43º 0.29% 0.57% -
HSV(B) 351.43º 0.35% 0.7% -
XYZ 28.13 23.18 22.06 -
YUV 134.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 178 115 124 0 0.35 0.30 0.30 351.43 0.29 0.57
Hex B2 73 7C 0 23 1E 1E 15F 1D 39
Octal 262 163 174 0 43 36 36 537 35 71
Binary 10110010 1110011 1111100 0 100011 11110 11110 101011111 11101 111001

Color Harmonies of #B2737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2737C

Black with #B2737C

Text Example


Text Example

White with #B2737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2737C; }

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

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

background-color css

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

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

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

border-color css

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

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

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