Html Css Color HEX #BE797A Turkish Rose

📋 copy color: '#BE797A'

red 190 ◦ green 121 ◦ blue 122

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

Shades of Turkish Rose #BE797A

Tints of Turkish Rose #BE797A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.94%

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 43.88%
G = 27.94%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE797A (or 0xBE797A) is known color: Turkish Rose. HEX triplet: BE, 79 and 7A. RGB value is (190,121,122). Sum of RGB (Red+Green+Blue) = 190+121+122=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE797A is #418685. Grayscale: #8D8D8D. Windows color (decimal): -4294278 or 8026558. OLE color: 8026558.

HSL color Cylindrical-coordinate representation of color #BE797A: hue angle of 359.13º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BE797A is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 121 122 -
CMYK 0 0.36 0.36 0.25
HSL 359.13º 0.35% 0.61% -
HSV(B) 359.13º 0.36% 0.75% -
XYZ 31.59 26.03 21.77 -
YUV 141.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 190 121 122 0 0.36 0.36 0.25 359.13 0.35 0.61
Hex BE 79 7A 0 24 24 19 167 23 3D
Octal 276 171 172 0 44 44 31 547 43 75
Binary 10111110 1111001 1111010 0 100100 100100 11001 101100111 100011 111101

Color Harmonies of #BE797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE797A

Black with #BE797A

Text Example


Text Example

White with #BE797A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE797A; }

 p { color: rgb(190,121,122); }

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

background-color css

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

 a { background-color: rgb(190,121,122); }

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

border-color css

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

 span { border-color: rgb(190,121,122); }

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