Html Css Color HEX #BE7174 Turkish Rose

📋 copy color: '#BE7174'

red 190 ◦ green 113 ◦ blue 116

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

Shades of Turkish Rose #BE7174

Tints of Turkish Rose #BE7174

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.97%

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 45.35%
G = 26.97%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE7174 (or 0xBE7174) is known color: Turkish Rose. HEX triplet: BE, 71 and 74. RGB value is (190,113,116). Sum of RGB (Red+Green+Blue) = 190+113+116=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7174 is #418E8B. Grayscale: #888888. Windows color (decimal): -4296332 or 7631294. OLE color: 7631294.

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

Color convert

RGB 190 113 116 -
CMYK 0 0.41 0.39 0.25
HSL 357.66º 0.37% 0.59% -
HSV(B) 357.66º 0.41% 0.75% -
XYZ 30.29 24.02 19.56 -
YUV 136.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 190 113 116 0 0.41 0.39 0.25 357.66 0.37 0.59
Hex BE 71 74 0 29 27 19 166 25 3B
Octal 276 161 164 0 51 47 31 546 45 73
Binary 10111110 1110001 1110100 0 101001 100111 11001 101100110 100101 111011

Color Harmonies of #BE7174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7174

Black with #BE7174

Text Example


Text Example

White with #BE7174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7174; }

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

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

background-color css

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

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

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

border-color css

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

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

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