Html Css Color HEX #B66566 Turkish Rose

📋 copy color: '#B66566'

red 182 ◦ green 101 ◦ blue 102

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

Shades of Turkish Rose #B66566

Tints of Turkish Rose #B66566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.49%

R = 47.27%
G = 26.23%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B66566 (or 0xB66566) is known color: Turkish Rose. HEX triplet: B6, 65 and 66. RGB value is (182,101,102). Sum of RGB (Red+Green+Blue) = 182+101+102=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B66566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66566 is #499A99. Grayscale: #7D7D7D. Windows color (decimal): -4823706 or 6710710. OLE color: 6710710.

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

Color convert

RGB 182 101 102 -
CMYK 0 0.45 0.44 0.29
HSL 359.26º 0.36% 0.55% -
HSV(B) 359.26º 0.45% 0.71% -
XYZ 26.34 20.21 15.08 -
YUV 125.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 182 101 102 0 0.45 0.44 0.29 359.26 0.36 0.55
Hex B6 65 66 0 2D 2C 1D 167 24 37
Octal 266 145 146 0 55 54 35 547 44 67
Binary 10110110 1100101 1100110 0 101101 101100 11101 101100111 100100 110111

Color Harmonies of #B66566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66566

Black with #B66566

Text Example


Text Example

White with #B66566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66566; }

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

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

background-color css

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

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

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

border-color css

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

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

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