Html Css Color HEX #BE7879 Turkish Rose

📋 copy color: '#BE7879'

red 190 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #BE7879

Tints of Turkish Rose #BE7879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.84%

 BLUE value IS 121 (47.66% from 255) = 28.07%

R = 44.08%
G = 27.84%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE7879 (or 0xBE7879) is known color: Turkish Rose. HEX triplet: BE, 78 and 79. RGB value is (190,120,121). Sum of RGB (Red+Green+Blue) = 190+120+121=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7879 is #418786. Grayscale: #8D8D8D. Windows color (decimal): -4294535 or 7960766. OLE color: 7960766.

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

Color convert

RGB 190 120 121 -
CMYK 0 0.37 0.36 0.25
HSL 359.14º 0.35% 0.61% -
HSV(B) 359.14º 0.37% 0.75% -
XYZ 31.4 25.76 21.41 -
YUV 141.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 190 120 121 0 0.37 0.36 0.25 359.14 0.35 0.61
Hex BE 78 79 0 25 24 19 167 23 3D
Octal 276 170 171 0 45 44 31 547 43 75
Binary 10111110 1111000 1111001 0 100101 100100 11001 101100111 100011 111101

Color Harmonies of #BE7879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7879

Black with #BE7879

Text Example


Text Example

White with #BE7879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7879; }

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

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

background-color css

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

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

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

border-color css

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

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

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