Html Css Color HEX #B6656D Turkish Rose

📋 copy color: '#B6656D'

red 182 ◦ green 101 ◦ blue 109

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

Shades of Turkish Rose #B6656D

Tints of Turkish Rose #B6656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.77%

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 46.43%
G = 25.77%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6656D (or 0xB6656D) is known color: Turkish Rose. HEX triplet: B6, 65 and 6D. RGB value is (182,101,109). Sum of RGB (Red+Green+Blue) = 182+101+109=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6656D is #499A92. Grayscale: #7E7E7E. Windows color (decimal): -4823699 or 7169462. OLE color: 7169462.

HSL color Cylindrical-coordinate representation of color #B6656D: hue angle of 354.07º 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 #B6656D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 101 109 -
CMYK 0 0.45 0.40 0.29
HSL 354.07º 0.36% 0.55% -
HSV(B) 354.07º 0.45% 0.71% -
XYZ 26.71 20.36 16.99 -
YUV 126.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 182 101 109 0 0.45 0.40 0.29 354.07 0.36 0.55
Hex B6 65 6D 0 2D 28 1D 162 24 37
Octal 266 145 155 0 55 50 35 542 44 67
Binary 10110110 1100101 1101101 0 101101 101000 11101 101100010 100100 110111

Color Harmonies of #B6656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6656D

Black with #B6656D

Text Example


Text Example

White with #B6656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6656D; }

 p { color: rgb(182,101,109); }

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

background-color css

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

 a { background-color: rgb(182,101,109); }

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

border-color css

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

 span { border-color: rgb(182,101,109); }

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