Html Css Color HEX #B6656A Turkish Rose

📋 copy color: '#B6656A'

red 182 ◦ green 101 ◦ blue 106

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

Shades of Turkish Rose #B6656A

Tints of Turkish Rose #B6656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 46.79%
G = 25.96%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B6656A (or 0xB6656A) is known color: Turkish Rose. HEX triplet: B6, 65 and 6A. RGB value is (182,101,106). Sum of RGB (Red+Green+Blue) = 182+101+106=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B6656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6656A is #499A95. Grayscale: #7D7D7D. Windows color (decimal): -4823702 or 6972854. OLE color: 6972854.

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

Color convert

RGB 182 101 106 -
CMYK 0 0.45 0.42 0.29
HSL 356.3º 0.36% 0.55% -
HSV(B) 356.3º 0.45% 0.71% -
XYZ 26.55 20.29 16.15 -
YUV 125.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 182 101 106 0 0.45 0.42 0.29 356.3 0.36 0.55
Hex B6 65 6A 0 2D 2A 1D 164 24 37
Octal 266 145 152 0 55 52 35 544 44 67
Binary 10110110 1100101 1101010 0 101101 101010 11101 101100100 100100 110111

Color Harmonies of #B6656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6656A

Black with #B6656A

Text Example


Text Example

White with #B6656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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