Html Css Color HEX #B6646C Turkish Rose

📋 copy color: '#B6646C'

red 182 ◦ green 100 ◦ blue 108

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

Shades of Turkish Rose #B6646C

Tints of Turkish Rose #B6646C

RGB

 RED value IS 182 (71.48% from 255) = 46.67%

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

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

R = 46.67%
G = 25.64%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6646C (or 0xB6646C) is known color: Turkish Rose. HEX triplet: B6, 64 and 6C. RGB value is (182,100,108). Sum of RGB (Red+Green+Blue) = 182+100+108=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6646C is #499B93. Grayscale: #7D7D7D. Windows color (decimal): -4823956 or 7103670. OLE color: 7103670.

HSL color Cylindrical-coordinate representation of color #B6646C: hue angle of 354.15º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6646C is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 108 -
CMYK 0 0.45 0.41 0.29
HSL 354.15º 0.36% 0.55% -
HSV(B) 354.15º 0.45% 0.71% -
XYZ 26.56 20.14 16.68 -
YUV 125.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 182 100 108 0 0.45 0.41 0.29 354.15 0.36 0.55
Hex B6 64 6C 0 2D 29 1D 162 24 37
Octal 266 144 154 0 55 51 35 542 44 67
Binary 10110110 1100100 1101100 0 101101 101001 11101 101100010 100100 110111

Color Harmonies of #B6646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6646C

Black with #B6646C

Text Example


Text Example

White with #B6646C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6646C; }

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

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

background-color css

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

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

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

border-color css

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

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

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