Html Css Color HEX #B66E78 Turkish Rose

📋 copy color: '#B66E78'

red 182 ◦ green 110 ◦ blue 120

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

Shades of Turkish Rose #B66E78

Tints of Turkish Rose #B66E78

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.7%

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 44.17%
G = 26.7%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B66E78 (or 0xB66E78) is known color: Turkish Rose. HEX triplet: B6, 6E and 78. RGB value is (182,110,120). Sum of RGB (Red+Green+Blue) = 182+110+120=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E78 is #499187. Grayscale: #848484. Windows color (decimal): -4821384 or 7892662. OLE color: 7892662.

HSL color Cylindrical-coordinate representation of color #B66E78: hue angle of 351.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66E78 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 110 120 -
CMYK 0 0.40 0.34 0.29
HSL 351.67º 0.33% 0.57% -
HSV(B) 351.67º 0.4% 0.71% -
XYZ 28.26 22.45 20.61 -
YUV 132.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 182 110 120 0 0.40 0.34 0.29 351.67 0.33 0.57
Hex B6 6E 78 0 28 22 1D 160 21 39
Octal 266 156 170 0 50 42 35 540 41 71
Binary 10110110 1101110 1111000 0 101000 100010 11101 101100000 100001 111001

Color Harmonies of #B66E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66E78

Black with #B66E78

Text Example


Text Example

White with #B66E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66E78; }

 p { color: rgb(182,110,120); }

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

background-color css

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

 a { background-color: rgb(182,110,120); }

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

border-color css

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

 span { border-color: rgb(182,110,120); }

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