Html Css Color HEX #BE6970 Turkish Rose

📋 copy color: '#BE6970'

red 190 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #BE6970

Tints of Turkish Rose #BE6970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

 BLUE value IS 112 (44.14% from 255) = 27.52%

R = 46.68%
G = 25.8%
B = 27.52%

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

#BE6970 (or 0xBE6970) is known color: Turkish Rose. HEX triplet: BE, 69 and 70. RGB value is (190,105,112). Sum of RGB (Red+Green+Blue) = 190+105+112=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6970 is #41968F. Grayscale: #838383. Windows color (decimal): -4298384 or 7367102. OLE color: 7367102.

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

Color convert

RGB 190 105 112 -
CMYK 0 0.45 0.41 0.25
HSL 355.06º 0.4% 0.58% -
HSV(B) 355.06º 0.45% 0.75% -
XYZ 29.21 22.22 18.08 -
YUV 131.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 190 105 112 0 0.45 0.41 0.25 355.06 0.4 0.58
Hex BE 69 70 0 2D 29 19 163 28 3A
Octal 276 151 160 0 55 51 31 543 50 72
Binary 10111110 1101001 1110000 0 101101 101001 11001 101100011 101000 111010

Color Harmonies of #BE6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6970

Black with #BE6970

Text Example


Text Example

White with #BE6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6970; }

 p { color: rgb(190,105,112); }

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

background-color css

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

 a { background-color: rgb(190,105,112); }

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

border-color css

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

 span { border-color: rgb(190,105,112); }

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