Html Css Color HEX #BE6871 Turkish Rose

📋 copy color: '#BE6871'

red 190 ◦ green 104 ◦ blue 113

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

Shades of Turkish Rose #BE6871

Tints of Turkish Rose #BE6871

RGB

 RED value IS 190 (74.61% from 255) = 46.68%

 GREEN value IS 104 (41.02% from 255) = 25.55%

 BLUE value IS 113 (44.53% from 255) = 27.76%

R = 46.68%
G = 25.55%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE6871 (or 0xBE6871) is known color: Turkish Rose. HEX triplet: BE, 68 and 71. RGB value is (190,104,113). Sum of RGB (Red+Green+Blue) = 190+104+113=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6871 is #41978E. Grayscale: #828282. Windows color (decimal): -4298639 or 7432382. OLE color: 7432382.

HSL color Cylindrical-coordinate representation of color #BE6871: hue angle of 353.72º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6871 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 104 113 -
CMYK 0 0.45 0.41 0.25
HSL 353.72º 0.4% 0.58% -
HSV(B) 353.72º 0.45% 0.75% -
XYZ 29.17 22.04 18.34 -
YUV 130.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 190 104 113 0 0.45 0.41 0.25 353.72 0.4 0.58
Hex BE 68 71 0 2D 29 19 162 28 3A
Octal 276 150 161 0 55 51 31 542 50 72
Binary 10111110 1101000 1110001 0 101101 101001 11001 101100010 101000 111010

Color Harmonies of #BE6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6871

Black with #BE6871

Text Example


Text Example

White with #BE6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6871; }

 p { color: rgb(190,104,113); }

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

background-color css

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

 a { background-color: rgb(190,104,113); }

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

border-color css

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

 span { border-color: rgb(190,104,113); }

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