Html Css Color HEX #B46E78 Turkish Rose

📋 copy color: '#B46E78'

red 180 ◦ green 110 ◦ blue 120

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

Shades of Turkish Rose #B46E78

Tints of Turkish Rose #B46E78

RGB

 RED value IS 180 (70.7% from 255) = 43.9%

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

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

R = 43.9%
G = 26.83%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B46E78 (or 0xB46E78) is known color: Turkish Rose. HEX triplet: B4, 6E and 78. RGB value is (180,110,120). Sum of RGB (Red+Green+Blue) = 180+110+120=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B46E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46E78 is #4B9187. Grayscale: #848484. Windows color (decimal): -4952456 or 7892660. OLE color: 7892660.

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

Color convert

RGB 180 110 120 -
CMYK 0 0.39 0.33 0.29
HSL 351.43º 0.32% 0.57% -
HSV(B) 351.43º 0.39% 0.71% -
XYZ 27.79 22.21 20.59 -
YUV 132.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 180 110 120 0 0.39 0.33 0.29 351.43 0.32 0.57
Hex B4 6E 78 0 27 21 1D 15F 20 39
Octal 264 156 170 0 47 41 35 537 40 71
Binary 10110100 1101110 1111000 0 100111 100001 11101 101011111 100000 111001

Color Harmonies of #B46E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46E78

Black with #B46E78

Text Example


Text Example

White with #B46E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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