Html Css Color HEX #B2646C Turkish Rose

📋 copy color: '#B2646C'

red 178 ◦ green 100 ◦ blue 108

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

Shades of Turkish Rose #B2646C

Tints of Turkish Rose #B2646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

 BLUE value IS 108 (42.58% from 255) = 27.98%

R = 46.11%
G = 25.91%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2646C (or 0xB2646C) is known color: Turkish Rose. HEX triplet: B2, 64 and 6C. RGB value is (178,100,108). Sum of RGB (Red+Green+Blue) = 178+100+108=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B2646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2646C is #4D9B93. Grayscale: #7C7C7C. Windows color (decimal): -5086100 or 7103666. OLE color: 7103666.

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

Color convert

RGB 178 100 108 -
CMYK 0 0.44 0.39 0.30
HSL 353.85º 0.34% 0.55% -
HSV(B) 353.85º 0.44% 0.7% -
XYZ 25.62 19.66 16.63 -
YUV 124.23 118.84 166.35 -
System Red Green Blue C M Y K H S L
Decimal 178 100 108 0 0.44 0.39 0.30 353.85 0.34 0.55
Hex B2 64 6C 0 2C 27 1E 162 22 37
Octal 262 144 154 0 54 47 36 542 42 67
Binary 10110010 1100100 1101100 0 101100 100111 11110 101100010 100010 110111

Color Harmonies of #B2646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2646C

Black with #B2646C

Text Example


Text Example

White with #B2646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2646C; }

 p { color: rgb(178,100,108); }

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

background-color css

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

 a { background-color: rgb(178,100,108); }

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

border-color css

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

 span { border-color: rgb(178,100,108); }

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